diff options
author | Paulo Alcantara <pcacjr@zytor.com> | 2014-07-03 20:05:14 +0000 |
---|---|---|
committer | jljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524> | 2014-07-03 20:05:14 +0000 |
commit | 4451c6eb6a352aa87f2d13db27462c354c76644e (patch) | |
tree | 147feb242ffeebe90ccc301f3b12762958200e7f /EmulatorPkg/EmuSimpleFileSystemDxe | |
parent | 859b0db434b913f0798f78b1637fdb251e994875 (diff) | |
download | edk2-platforms-4451c6eb6a352aa87f2d13db27462c354c76644e.tar.xz |
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
Diffstat (limited to 'EmulatorPkg/EmuSimpleFileSystemDxe')
-rw-r--r-- | EmulatorPkg/EmuSimpleFileSystemDxe/EmuSimpleFileSystem.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/EmulatorPkg/EmuSimpleFileSystemDxe/EmuSimpleFileSystem.c b/EmulatorPkg/EmuSimpleFileSystemDxe/EmuSimpleFileSystem.c index 0af4860e4f..543ea772bf 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.
|