BaseTools: Various typo
Various typo in BaseTools. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Coeur <coeur@gmx.fr> Reviewed-by: Liming Gao <liming.gao@intel.com>
This commit is contained in:
committed by
Liming Gao
parent
325ad62260
commit
fb0b35e05f
@@ -463,7 +463,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);
|
||||
|
Reference in New Issue
Block a user