diff options
author | Antoine Cœur <coeur@gmx.fr> | 2019-07-04 19:43:48 +0800 |
---|---|---|
committer | Feng, Bob C <bob.c.feng@intel.com> | 2019-07-08 08:59:29 +0800 |
commit | 2d53d54a5bf5f9ba9379e465f49ac9cdc55035de (patch) | |
tree | 86ad5a6b709e94b6e0d8195afa287c9784ed8e4f /BaseTools/Source/C/VfrCompile | |
parent | d031fc07eb83c9d13bff3ebac25da458d5a47917 (diff) | |
download | edk2-2d53d54a5bf5f9ba9379e465f49ac9cdc55035de.tar.gz |
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/VfrCompile')
-rw-r--r-- | BaseTools/Source/C/VfrCompile/Pccts/antlr/lex.c | 2 | ||||
-rw-r--r-- | BaseTools/Source/C/VfrCompile/Pccts/h/err.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/BaseTools/Source/C/VfrCompile/Pccts/antlr/lex.c b/BaseTools/Source/C/VfrCompile/Pccts/antlr/lex.c index 357b8ace01..fddb46bbc3 100644 --- a/BaseTools/Source/C/VfrCompile/Pccts/antlr/lex.c +++ b/BaseTools/Source/C/VfrCompile/Pccts/antlr/lex.c @@ -298,7 +298,7 @@ genDefFile( ) /* look in all lexclasses for the reg expr */
/* MR10 Derek Pappas */
-/* MR10 A #tokclass doesn't have associated regular expressiones */
+/* MR10 A #tokclass doesn't have associated regular expressions */
/* MR10 so don't warn user about it's omission */
p = (TermEntry *) hash_get(Tname, TokenString(i));
diff --git a/BaseTools/Source/C/VfrCompile/Pccts/h/err.h b/BaseTools/Source/C/VfrCompile/Pccts/h/err.h index b2b196bd75..435d48356d 100644 --- a/BaseTools/Source/C/VfrCompile/Pccts/h/err.h +++ b/BaseTools/Source/C/VfrCompile/Pccts/h/err.h @@ -649,7 +649,7 @@ _inf_zzgettok() /* allocate default size text,token and line arrays;
* then, read all of the input reallocing the arrays as needed.
* Once the number of total tokens is known, the LATEXT(i) array (zzinf_text)
- * is allocated and it's pointers are set to the tokens in zzinf_text_buffer.
+ * is allocated and its pointers are set to the tokens in zzinf_text_buffer.
*/
void
#ifdef __USE_PROTOS
|