summaryrefslogtreecommitdiff
path: root/EmulatorPkg
diff options
context:
space:
mode:
Diffstat (limited to 'EmulatorPkg')
-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 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.