summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaulo Alcantara <pcacjr@zytor.com>2014-07-03 20:05:14 +0000
committerjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>2014-07-03 20:05:14 +0000
commit4451c6eb6a352aa87f2d13db27462c354c76644e (patch)
tree147feb242ffeebe90ccc301f3b12762958200e7f
parent859b0db434b913f0798f78b1637fdb251e994875 (diff)
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
-rw-r--r--EmulatorPkg/EmuSimpleFileSystemDxe/EmuSimpleFileSystem.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/EmulatorPkg/EmuSimpleFileSystemDxe/EmuSimpleFileSystem.c b/EmulatorPkg/EmuSimpleFileSystemDxe/EmuSimpleFileSystem.c
index 0af4860e4..543ea772b 100644
--- a/EmulatorPkg/EmuSimpleFileSystemDxe/EmuSimpleFileSystem.c
+++ b/EmulatorPkg/EmuSimpleFileSystemDxe/EmuSimpleFileSystem.c
@@ -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.