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:
Paulo Alcantara 2014-07-03 20:05:14 +00:00 committed by jljusten
parent 859b0db434
commit 4451c6eb6a
1 changed files with 2 additions and 2 deletions

View File

@ -255,7 +255,7 @@ EmuSimpleFileSystemWrite (
/**
Set a files current position
Get a file's current position
@param This Protocol instance pointer.
@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 Position Byte position from the start of the file.