diff options
| author | Peter0x44 <peter0x44@disroot.org> | 2025-01-21 14:59:11 +0000 |
|---|---|---|
| committer | Charles Giessen <46324611+charles-lunarg@users.noreply.github.com> | 2025-01-22 09:12:17 -0700 |
| commit | 814b35a30bc6ee1c2c458bc08d20b8e11ebc510f (patch) | |
| tree | d840759c5504f487fea3927c122a27daac44d795 | |
| parent | 8e675c28b8b47fd763e2c1e080cb78aaa4e1736a (diff) | |
| download | usermoji-814b35a30bc6ee1c2c458bc08d20b8e11ebc510f.tar.xz | |
vulkaninfo: Correct typo targetted -> targeted
| -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. |
