Skip to content

Commit bc8319d

Browse files
Fix obvious typo in getter for device_manager singleton docstring (#232)
1 parent b1551d2 commit bc8319d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nvbench/device_manager.cuh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ struct device_manager
3333
using device_info_vector = std::vector<nvbench::device_info>;
3434

3535
/**
36-
* @return The singleton benchmark_manager instance.
36+
* @return The singleton device_manager instance.
3737
*/
3838
[[nodiscard]] static device_manager &get();
3939

0 commit comments

Comments
 (0)