mirror of https://github.com/acidanthera/audk.git
EmulatorPkg/EmuSimpleFileSystemDxe: Fix minor typos
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Paulo Alcantara <pcacjr@zytor.com> Reviewed-by: Jordan Justen <jordan.l.justen@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15614 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
859b0db434
commit
4451c6eb6a
|
@ -255,7 +255,7 @@ EmuSimpleFileSystemWrite (
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
Set a files current position
|
Get a file's current position
|
||||||
|
|
||||||
@param This Protocol instance pointer.
|
@param This Protocol instance pointer.
|
||||||
@param Position Byte position from the start of the file.
|
@param Position Byte position from the start of the file.
|
||||||
|
@ -292,7 +292,7 @@ EmuSimpleFileSystemGetPosition (
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
Get a file's current position
|
Set file's current position
|
||||||
|
|
||||||
@param This Protocol instance pointer.
|
@param This Protocol instance pointer.
|
||||||
@param Position Byte position from the start of the file.
|
@param Position Byte position from the start of the file.
|
||||||
|
|
Loading…
Reference in New Issue