mirror of https://github.com/acidanthera/audk.git
De-unicode in comment for source files.
(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>
This commit is contained in:
parent
8288dd3ef8
commit
c3b8ec4310
|
@ -672,7 +672,7 @@ FatGetNextDirEnt (
|
|||
|
||||
Routine Description:
|
||||
|
||||
Set the directory’s cursor to the next and get the next directory entry.
|
||||
Set the directory's cursor to the next and get the next directory entry.
|
||||
|
||||
Arguments:
|
||||
|
||||
|
|
|
@ -244,7 +244,7 @@ typedef struct _FAT_OFILE {
|
|||
//
|
||||
// Dirty is set if there have been any updates to the
|
||||
// file
|
||||
// Archive is set if the archive attribute in the file’s
|
||||
// Archive is set if the archive attribute in the file's
|
||||
// directory entry needs to be set when performing flush
|
||||
// PreserveLastMod is set if the last modification of the
|
||||
// file is specified by SetInfo API
|
||||
|
|
Loading…
Reference in New Issue