]> git.proxmox.com Git - mirror_edk2.git/commitdiff
BaseTools/GenSec: Fix typo
authorKonstantin Aladyshev <aladyshev22@gmail.com>
Tue, 19 Jul 2022 14:27:10 +0000 (22:27 +0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Sat, 6 Aug 2022 13:30:18 +0000 (13:30 +0000)
Fix typo in the help message.

Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>
Reviewed-by: Bob Feng <bob.c.feng@intel.com>
BaseTools/Source/C/GenSec/GenSec.c

index b1d05367ec0b7ef25e81a487b9b2231e0593333b..35a1ac64eae96740f2a170d18d3cbba7f25b4bdc 100644 (file)
@@ -191,7 +191,7 @@ Returns:
                         as 0, tool get alignment value from SectionFile. It is\n\\r
                         specified in same order that the section file is input.\n");\r
   fprintf (stdout, "  --dummy dummyfile\n\\r
-                        compare dummpyfile with input_file to decide whether\n\\r
+                        compare dummyfile with input_file to decide whether\n\\r
                         need to set PROCESSING_REQUIRED attribute.\n");\r
   fprintf (stdout, "  -v, --verbose         Turn on verbose output with informational messages.\n");\r
   fprintf (stdout, "  -q, --quiet           Disable all messages except key message and fatal error\n");\r