]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/C/VfrCompile/Pccts/dlg/dlg.h
BaseTools: Various typo
[mirror_edk2.git] / BaseTools / Source / C / VfrCompile / Pccts / dlg / dlg.h
index 9f387c0a1c87623652e79384e6e4b43e4e648a1d..97d1718c70efdf680c418b79e12dab09c6adf2b5 100644 (file)
@@ -117,7 +117,7 @@ typedef struct {
 extern char    program[];      /* tells what program this is */\r
 extern char    version[];      /* tells what version this is */\r
 extern char    *file_str[];    /* file names being used */\r
-extern int     err_found;      /* flag to indicate error occured */\r
+extern int     err_found;      /* flag to indicate error occurred */\r
 extern int     action_no;      /* last action function printed */\r
 extern int     func_action;    /* should actions be turned into functions?*/\r
 extern set     used_chars;     /* used to label trans. arcs */\r
@@ -129,7 +129,7 @@ extern int  comp_level;     /* what compression level to use */
 extern int     interactive;    /* interactive scanner (avoid lookahead)*/\r
 extern int     mode_counter;   /* keeps track of the number of %%name */\r
 extern int     dfa_basep[];    /* start of each group of dfa */\r
-extern int     dfa_class_nop[];/* number of transistion arcs in */\r
+extern int     dfa_class_nop[];/* number of transition arcs in */\r
                                /* each dfa in each mode */\r
 extern int     nfa_allocated;\r
 extern int     dfa_allocated;\r