X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=BaseTools%2FSource%2FC%2FVfrCompile%2FPccts%2Fdlg%2Fdlg_p.c;fp=BaseTools%2FSource%2FC%2FVfrCompile%2FPccts%2Fdlg%2Fdlg_p.c;h=fbaf93afc63ceac9ec9239dee6b110105e69b3bc;hp=51f79759fbf3877801a065e99509daff30243b83;hb=fb0b35e05f772bd415fe264267bbbcde2e0accda;hpb=325ad6226099d276564a65cdef012de0ff45ba8e diff --git a/BaseTools/Source/C/VfrCompile/Pccts/dlg/dlg_p.c b/BaseTools/Source/C/VfrCompile/Pccts/dlg/dlg_p.c index 51f79759fb..fbaf93afc6 100644 --- a/BaseTools/Source/C/VfrCompile/Pccts/dlg/dlg_p.c +++ b/BaseTools/Source/C/VfrCompile/Pccts/dlg/dlg_p.c @@ -813,7 +813,7 @@ new_nfa_node() if (nfa_size<=nfa_allocated){ /* need to redo array */ if (!nfa_array){ - /* need some to do inital allocation */ + /* need some to do initial allocation */ nfa_size=nfa_allocated+NFA_MIN; nfa_array=(nfa_node **) malloc(sizeof(nfa_node*)* nfa_size);