summaryrefslogtreecommitdiffstats
path: root/BaseTools/Source/C/Common
diff options
context:
space:
mode:
authorAntoine Cœur <coeur@gmx.fr>2019-07-04 19:43:48 +0800
committerFeng, Bob C <bob.c.feng@intel.com>2019-07-08 08:59:29 +0800
commit2d53d54a5bf5f9ba9379e465f49ac9cdc55035de (patch)
tree86ad5a6b709e94b6e0d8195afa287c9784ed8e4f /BaseTools/Source/C/Common
parentd031fc07eb83c9d13bff3ebac25da458d5a47917 (diff)
downloadedk2-2d53d54a5bf5f9ba9379e465f49ac9cdc55035de.tar.gz
edk2-2d53d54a5bf5f9ba9379e465f49ac9cdc55035de.tar.bz2
edk2-2d53d54a5bf5f9ba9379e465f49ac9cdc55035de.zip
BaseTools: Fix various typos
Fix various typos in BaseTools. Signed-off-by: Cœur <coeur@gmx.fr> Reviewed-by: Bob Feng <bob.c.feng@intel.com>
Diffstat (limited to 'BaseTools/Source/C/Common')
-rw-r--r--BaseTools/Source/C/Common/FirmwareVolumeBuffer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/BaseTools/Source/C/Common/FirmwareVolumeBuffer.c b/BaseTools/Source/C/Common/FirmwareVolumeBuffer.c
index 6e1914be29..70741c8afc 100644
--- a/BaseTools/Source/C/Common/FirmwareVolumeBuffer.c
+++ b/BaseTools/Source/C/Common/FirmwareVolumeBuffer.c
@@ -937,7 +937,7 @@ Arguments:
Fv - Address of the Fv in memory
Key - Should be 0 to get the first file. After that, it should be
- passed back in without modifying it's contents to retrieve
+ passed back in without modifying its contents to retrieve
subsequent files.
File - Output file pointer
File == NULL - invalid parameter
@@ -1323,7 +1323,7 @@ Arguments:
SectionsStart - Address of the start of the FFS sections array
TotalSectionsSize - Total size of all the sections
Key - Should be 0 to get the first section. After that, it should be
- passed back in without modifying it's contents to retrieve
+ passed back in without modifying its contents to retrieve
subsequent files.
Section - Output section pointer
(Section == NULL) -> invalid parameter