Skip to content

Commit 54cf1b5

Browse files
authored
Correct namespace in libgpuinfo.hpp comment (#27)
Correct the usage comment in libgpuinfo.hpp to refer to the updated namespace libarmgpuinfo.
1 parent 5ff3ae8 commit 54cf1b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/libgpuinfo.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
* The library is simple to use:
3434
*
3535
* // Create a connection with the kernel driver ...
36-
* std::unique_ptr<instance> conn = libgpuinfo::instance::create();
36+
* std::unique_ptr<instance> conn = libarmgpuinfo::instance::create();
3737
* if (!conn)
3838
* {
3939
* std::cout << "ERROR: Failed to create Mali instance\n";

0 commit comments

Comments
 (0)