From 0d5d7029d6bd4183996ba3d604c5f471b4c0be67 Mon Sep 17 00:00:00 2001 From: Thomas Peters Date: Wed, 28 Feb 2024 14:10:07 -0500 Subject: [PATCH] CommandLine.h: fix typo (#902) --- include/slang/util/CommandLine.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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