summaryrefslogtreecommitdiffstats
path: root/FatPkg/EnhancedFatDxe/DiskCache.c
diff options
context:
space:
mode:
authorSean Brogan <sean.brogan@microsoft.com>2019-10-08 22:38:15 -0700
committerMichael D Kinney <michael.d.kinney@intel.com>2019-10-22 17:24:34 -0700
commit44c9618a3f518b0fc21df71d9f047b60754b7ebb (patch)
treee21795c50d424124c5cfd57877d9d53d08a4a195 /FatPkg/EnhancedFatDxe/DiskCache.c
parent8d891592457199c517b1490368c192508a603fd5 (diff)
downloadedk2-44c9618a3f518b0fc21df71d9f047b60754b7ebb.tar.gz
edk2-44c9618a3f518b0fc21df71d9f047b60754b7ebb.tar.bz2
edk2-44c9618a3f518b0fc21df71d9f047b60754b7ebb.zip
FatPkg: Fix spelling errors
https://bugzilla.tianocore.org/show_bug.cgi?id=2264 Cc: Ray Ni <ray.ni@intel.com> Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com> Reviewed-by: Ray Ni <ray.ni@intel.com>
Diffstat (limited to 'FatPkg/EnhancedFatDxe/DiskCache.c')
-rw-r--r--FatPkg/EnhancedFatDxe/DiskCache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/FatPkg/EnhancedFatDxe/DiskCache.c b/FatPkg/EnhancedFatDxe/DiskCache.c
index 2df0aa09f1..df587810fb 100644
--- a/FatPkg/EnhancedFatDxe/DiskCache.c
+++ b/FatPkg/EnhancedFatDxe/DiskCache.c
@@ -16,7 +16,7 @@ SPDX-License-Identifier: BSD-2-Clause-Patent
are older than the contents in disk, so they are invalid; just mark them invalid.
When this function is called by read command, if any entry in this range
- is dirty, it means that the relative info directly readed from media is older than
+ is dirty, it means that the relative info directly read from media is older than
than the info in the cache; So need to update the relative info in the Buffer.
@param Volume - FAT file system volume.