diff options
author | Konstantin Aladyshev <aladyshev22@gmail.com> | 2022-07-19 22:27:10 +0800 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2022-08-06 13:30:18 +0000 |
commit | a0a03b51548e6fc7524b5aa9f8042cbabce6da1c (patch) | |
tree | 95b7c03f5b05386a24897ca2b144c8dc44573d73 /BaseTools/Source/C/GenSec | |
parent | 3e599bbc105ff089b21b6024100d585a8c781328 (diff) | |
download | edk2-a0a03b51548e6fc7524b5aa9f8042cbabce6da1c.zip edk2-a0a03b51548e6fc7524b5aa9f8042cbabce6da1c.tar.gz edk2-a0a03b51548e6fc7524b5aa9f8042cbabce6da1c.tar.bz2 |
BaseTools/GenSec: Fix typo
Fix typo in the help message.
Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>
Reviewed-by: Bob Feng <bob.c.feng@intel.com>
Diffstat (limited to 'BaseTools/Source/C/GenSec')
-rw-r--r-- | BaseTools/Source/C/GenSec/GenSec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BaseTools/Source/C/GenSec/GenSec.c b/BaseTools/Source/C/GenSec/GenSec.c index b1d0536..35a1ac6 100644 --- a/BaseTools/Source/C/GenSec/GenSec.c +++ b/BaseTools/Source/C/GenSec/GenSec.c @@ -191,7 +191,7 @@ Returns: as 0, tool get alignment value from SectionFile. It is\n\
specified in same order that the section file is input.\n");
fprintf (stdout, " --dummy dummyfile\n\
- compare dummpyfile with input_file to decide whether\n\
+ compare dummyfile with input_file to decide whether\n\
need to set PROCESSING_REQUIRED attribute.\n");
fprintf (stdout, " -v, --verbose Turn on verbose output with informational messages.\n");
fprintf (stdout, " -q, --quiet Disable all messages except key message and fatal error\n");
|