From 06dce734ee81e83bc2e2e3a4f1bcbfa52f049fdd Mon Sep 17 00:00:00 2001 From: pensun Date: Sat, 27 Feb 2016 15:04:49 -0600 Subject: [PATCH] minor typo fix --- tests/src/hipEnvVar.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/src/hipEnvVar.cpp b/tests/src/hipEnvVar.cpp index 6f9047776c..2b2b0afcff 100644 --- a/tests/src/hipEnvVar.cpp +++ b/tests/src/hipEnvVar.cpp @@ -32,7 +32,7 @@ using namespace std; void usage() { printf("hipEnvVar [otpions]\n\ - -c,\t\ttotal number ofavailable GPUs and their pciBusID\n\ + -c,\t\ttotal number of available GPUs and their pciBusID\n\ -d,\t\tselect one GPU and return its pciBusID\n\ -v,\t\tsend the list to HIP_VISIBLE_DEVICES env var\n\ -h,\t\tshow this help message\n\