diff --git a/include/slang/util/CommandLine.h b/include/slang/util/CommandLine.h index c8821bff4..ff6db10de 100644 --- a/include/slang/util/CommandLine.h +++ b/include/slang/util/CommandLine.h @@ -239,7 +239,7 @@ class SLANG_EXPORT CommandLine { /// /// @param name a comma separated list of long form and short form names /// (including the dashes) that are accepted for this option - /// @param cb a calback that will be invoked if the option is provided + /// @param cb a callback that will be invoked if the option is provided /// @param desc a human-friendly description for printing help text /// @param valueName an example name for the value when printing help text /// @param flags additional flags that control how the option behaves