Skip to content

Commit

Permalink
CommandLine.h: fix typo (#902)
Browse files Browse the repository at this point in the history
  • Loading branch information
tdp2110 authored Feb 28, 2024
1 parent fa8850e commit 0d5d702
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/slang/util/CommandLine.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0d5d702

Please sign in to comment.