]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/C/VfrCompile/Pccts/dlg/dlg_p.g
BaseTools: Various typo
[mirror_edk2.git] / BaseTools / Source / C / VfrCompile / Pccts / dlg / dlg_p.g
index 0e3fe6d9d7f35e3c01cd0c242b3a80a9d55af5bb..657f3251a6ef0c51f3a3c83aceaf4d36969677c2 100644 (file)
@@ -463,7 +463,7 @@ new_nfa_node()
        if (nfa_size<=nfa_allocated){\r
                /* need to redo array */\r
                if (!nfa_array){\r
-                       /* need some to do inital allocation */\r
+                       /* need some to do initial allocation */\r
                        nfa_size=nfa_allocated+NFA_MIN;\r
                        nfa_array=(nfa_node **) malloc(sizeof(nfa_node*)*\r
                                nfa_size);\r