summaryrefslogtreecommitdiffstats
path: root/BaseTools/Source/C/GenCrc32/GenCrc32.c
diff options
context:
space:
mode:
Diffstat (limited to 'BaseTools/Source/C/GenCrc32/GenCrc32.c')
-rw-r--r--BaseTools/Source/C/GenCrc32/GenCrc32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/BaseTools/Source/C/GenCrc32/GenCrc32.c b/BaseTools/Source/C/GenCrc32/GenCrc32.c
index ad8cf57760..f4d129ee06 100644
--- a/BaseTools/Source/C/GenCrc32/GenCrc32.c
+++ b/BaseTools/Source/C/GenCrc32/GenCrc32.c
@@ -248,7 +248,7 @@ Returns:
VerboseMsg ("%s tool start.", UTILITY_NAME);
//
- // Check Input paramters
+ // Check Input parameters
//
if (FileAction == CRC32_NULL) {
Error (NULL, 0, 1001, "Missing option", "either the encode or the decode option must be specified!");