diff options
author | Michael D Kinney <michael.d.kinney@intel.com> | 2020-07-31 15:25:43 -0700 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2020-08-05 17:25:48 +0000 |
commit | e188ecc8b4aed8fdd26b731d43883861f5e5e7b4 (patch) | |
tree | f42a9c54a6cfe22ccedad6bb5390550d27fd1e08 /BaseTools | |
parent | aa211bb6ef8edc70d2e6dfdab01a7d29e53f1ee2 (diff) | |
download | edk2-e188ecc8b4aed8fdd26b731d43883861f5e5e7b4.tar.gz edk2-e188ecc8b4aed8fdd26b731d43883861f5e5e7b4.tar.bz2 edk2-e188ecc8b4aed8fdd26b731d43883861f5e5e7b4.zip |
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>
Diffstat (limited to 'BaseTools')
-rw-r--r-- | BaseTools/Source/C/VolInfo/VolInfo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BaseTools/Source/C/VolInfo/VolInfo.c b/BaseTools/Source/C/VolInfo/VolInfo.c index ffe0b47f03..2457ddd2e7 100644 --- a/BaseTools/Source/C/VolInfo/VolInfo.c +++ b/BaseTools/Source/C/VolInfo/VolInfo.c @@ -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;
}
|