summaryrefslogtreecommitdiffstats
path: root/FatPkg/EnhancedFatDxe/Init.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/Init.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/Init.c')
-rw-r--r--FatPkg/EnhancedFatDxe/Init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/FatPkg/EnhancedFatDxe/Init.c b/FatPkg/EnhancedFatDxe/Init.c
index 530154bd25..4e6bd9d0fd 100644
--- a/FatPkg/EnhancedFatDxe/Init.c
+++ b/FatPkg/EnhancedFatDxe/Init.c
@@ -16,7 +16,7 @@ SPDX-License-Identifier: BSD-2-Clause-Patent
@param Handle - The handle of parent device.
@param DiskIo - The DiskIo of parent device.
@param DiskIo2 - The DiskIo2 of parent device.
- @param BlockIo - The BlockIo of parent devicel
+ @param BlockIo - The BlockIo of parent device.
@retval EFI_SUCCESS - Allocate a new volume successfully.
@retval EFI_OUT_OF_RESOURCES - Can not allocate the memory.