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 /vulkaninfo/vulkaninfo.cpp | |
| parent | 8e675c28b8b47fd763e2c1e080cb78aaa4e1736a (diff) | |
| download | usermoji-814b35a30bc6ee1c2c458bc08d20b8e11ebc510f.tar.xz | |
vulkaninfo: Correct typo targetted -> targeted
Diffstat (limited to 'vulkaninfo/vulkaninfo.cpp')
| -rw-r--r-- | vulkaninfo/vulkaninfo.cpp | 2 |
1 files changed, 1 insertions, 1 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 |
