diff options
| -rw-r--r-- | vulkaninfo/vulkaninfo.cpp | 2 | ||||
| -rw-r--r-- | vulkaninfo/vulkaninfo.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/vulkaninfo/vulkaninfo.cpp b/vulkaninfo/vulkaninfo.cpp index 7de9b308..0641ab0f 100644 --- a/vulkaninfo/vulkaninfo.cpp +++ b/vulkaninfo/vulkaninfo.cpp @@ -1032,7 +1032,7 @@ const char *help_message_body = "_[DEVICE_NAME]_[DRIVER_VERSION].json\"\n" " of the first gpu in the system.\n" "[-j=<gpu-number>, --json=<gpu-number>]\n" - " For a multi-gpu system, a single gpu can be targetted by\n" + " For a multi-gpu system, a single gpu can be targeted by\n" " specifying the gpu-number associated with the gpu of \n" " interest. This number can be determined by running\n" " " APP_SHORT_NAME diff --git a/vulkaninfo/vulkaninfo.md b/vulkaninfo/vulkaninfo.md index 8755b415..95244397 100644 --- a/vulkaninfo/vulkaninfo.md +++ b/vulkaninfo/vulkaninfo.md @@ -75,7 +75,7 @@ OPTIONS: \"VP_VULKANINFO_[DEVICE_NAME]_[DRIVER_VERSION].json\" of the first gpu in the system. [-j=<gpu-number>, --json=<gpu-number>] - For a multi-gpu system, a single gpu can be targetted by + For a multi-gpu system, a single gpu can be targeted by specifying the gpu-number associated with the gpu of interest. This number can be determined by running vulkaninfo without any options specified. |
