From 4451c6eb6a352aa87f2d13db27462c354c76644e Mon Sep 17 00:00:00 2001 From: Paulo Alcantara Date: Thu, 3 Jul 2014 20:05:14 +0000 Subject: EmulatorPkg/EmuSimpleFileSystemDxe: Fix minor typos Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Paulo Alcantara Reviewed-by: Jordan Justen git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15614 6f19259b-4bc3-4df7-8a09-765794883524 --- EmulatorPkg/EmuSimpleFileSystemDxe/EmuSimpleFileSystem.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'EmulatorPkg') 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. -- cgit v1.2.3