]> git.proxmox.com Git - mirror_edk2.git/commitdiff
De-unicode in comment for source files.
authorQing Huang <qing.huang@intel.com>
Tue, 27 May 2008 02:51:43 +0000 (02:51 +0000)
committerJordan Justen <jordan.l.justen@intel.com>
Thu, 7 Apr 2016 06:22:43 +0000 (23:22 -0700)
(based on FatPkg commit ea0ebff7f3afd5808da4fc6bcdd996a8fc977185)

[jordan.l.justen@intel.com: Use script to relicense to 2-clause BSD]
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jordan Justen <jordan.l.justen@intel.com>
Acked-by: Mark Doran <mark.doran@intel.com>
Acked-by: Laszlo Ersek <lersek@redhat.com>
FatPkg/EnhancedFatDxe/DirectoryManage.c
FatPkg/EnhancedFatDxe/Fat.h

index 5e9d1e3240cec80111186e9c6f309dece7c74f09..9fdb7affe4547b4a9c4beeec805d17f33762e5d6 100644 (file)
@@ -672,7 +672,7 @@ FatGetNextDirEnt (
 \r
 Routine Description:\r
 \r
-  Set the directorys cursor to the next and get the next directory entry.\r
+  Set the directory's cursor to the next and get the next directory entry.\r
 \r
 Arguments:\r
 \r
index 6328a52d1526569d50fcd444b6afca1f76d60ee1..2e57ad023213ade28ffb45e3f8471aefdde5293c 100644 (file)
@@ -244,7 +244,7 @@ typedef struct _FAT_OFILE {
   //\r
   // Dirty is set if there have been any updates to the\r
   // file\r
-  // Archive is set if the archive attribute in the files\r
+  // Archive is set if the archive attribute in the file's\r
   // directory entry needs to be set when performing flush\r
   // PreserveLastMod is set if the last modification of the\r
   // file is specified by SetInfo API\r