]> git.proxmox.com Git - mirror_edk2.git/commitdiff
EmulatorPkg/EmuSimpleFileSystemDxe: Fix minor typos
authorPaulo Alcantara <pcacjr@zytor.com>
Thu, 3 Jul 2014 20:05:14 +0000 (20:05 +0000)
committerjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 3 Jul 2014 20:05:14 +0000 (20:05 +0000)
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

EmulatorPkg/EmuSimpleFileSystemDxe/EmuSimpleFileSystem.c

index 0af4860e4f59f5f82aa94c5fe2852a4f03264619..543ea772bf21c46a93de99fc542b54e29340090a 100644 (file)
@@ -255,7 +255,7 @@ EmuSimpleFileSystemWrite (
 \r
 \r
 /**\r
-  Set a files current position\r
+  Get a file's current position\r
 \r
   @param  This            Protocol instance pointer.\r
   @param  Position        Byte position from the start of the file.\r
@@ -292,7 +292,7 @@ EmuSimpleFileSystemGetPosition (
 \r
 \r
 /**\r
-  Get a file's current position\r
+  Set file's current position\r
 \r
   @param  This            Protocol instance pointer.\r
   @param  Position        Byte position from the start of the file.\r