BaseTools/VolInfo: Fix spelling mistake

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>
This commit is contained in:
Michael D Kinney 2020-07-31 15:25:43 -07:00 committed by mergify[bot]
parent aa211bb6ef
commit e188ecc8b4
1 changed files with 1 additions and 1 deletions

View File

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