]> git.proxmox.com Git - mirror_edk2.git/commitdiff
BaseTools/VolInfo: Fix spelling mistake
authorMichael D Kinney <michael.d.kinney@intel.com>
Fri, 31 Jul 2020 22:25:43 +0000 (15:25 -0700)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Wed, 5 Aug 2020 17:25:48 +0000 (17:25 +0000)
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2349

Cc: Bob Feng <bob.c.feng@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com>
Reviewed-by: Bob Feng <bob.c.feng@intel.com>
BaseTools/Source/C/VolInfo/VolInfo.c

index ffe0b47f03e76ac84ea9be4b65e312a7147ce55a..2457ddd2e7f2da7b17dd8fe78dce822e2375f6fb 100644 (file)
@@ -1077,7 +1077,7 @@ Returns:
   }\r
 \r
   if (VolumeHeader.FvLength != Size) {\r
-    printf ("ERROR: Volume Size not consistant with Block Maps!\n");\r
+    printf ("ERROR: Volume Size not consistent with Block Maps!\n");\r
     return EFI_ABORTED;\r
   }\r
 \r