summaryrefslogtreecommitdiff
path: root/common-utils/nvgetopt.h
diff options
context:
space:
mode:
Diffstat (limited to 'common-utils/nvgetopt.h')
-rw-r--r--common-utils/nvgetopt.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/common-utils/nvgetopt.h b/common-utils/nvgetopt.h
index 5847546..fc735ee 100644
--- a/common-utils/nvgetopt.h
+++ b/common-utils/nvgetopt.h
@@ -34,8 +34,8 @@
/*
* indicates that the option is a boolean value; the presence of the
- * option will be interpretted as a TRUE value; if the option is
- * prepended with '--no-', the option will be interpretted as a FALSE
+ * option will be interpreted as a TRUE value; if the option is
+ * prepended with '--no-', the option will be interpreted as a FALSE
* value. On success, nvgetopt will return the parsed boolean value
* through 'boolval'.
*/