Skip to content

Commit 820d723

Browse files
committed
vulkaninfo: Correct typo targetted -> targeted
1 parent 26c7bde commit 820d723

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

vulkaninfo/vulkaninfo.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1032,7 +1032,7 @@ const char *help_message_body =
10321032
"_[DEVICE_NAME]_[DRIVER_VERSION].json\"\n"
10331033
" of the first gpu in the system.\n"
10341034
"[-j=<gpu-number>, --json=<gpu-number>]\n"
1035-
" For a multi-gpu system, a single gpu can be targetted by\n"
1035+
" For a multi-gpu system, a single gpu can be targeted by\n"
10361036
" specifying the gpu-number associated with the gpu of \n"
10371037
" interest. This number can be determined by running\n"
10381038
" " APP_SHORT_NAME

vulkaninfo/vulkaninfo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ OPTIONS:
7575
\"VP_VULKANINFO_[DEVICE_NAME]_[DRIVER_VERSION].json\"
7676
of the first gpu in the system.
7777
[-j=<gpu-number>, --json=<gpu-number>]
78-
For a multi-gpu system, a single gpu can be targetted by
78+
For a multi-gpu system, a single gpu can be targeted by
7979
specifying the gpu-number associated with the gpu of
8080
interest. This number can be determined by running
8181
vulkaninfo without any options specified.

0 commit comments

Comments
 (0)