BaseTools: Fix typos in comments and variables
- Pacakge -> Package - outputed -> outputted - successull -> successfully - Libary -> Library - Pointion -> Position - paramter -> parameter Cc: Yonghong Zhu <yonghong.zhu@intel.com> Cc: Liming Gao <liming.gao@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Gary Lin <glin@suse.com> Reviewed-by: Liming Gao <liming.gao@intel.com> Reviewed-by: Yonghong Zhu <yonghong.zhu@intel.com>
This commit is contained in:
@@ -39,7 +39,7 @@ Fix for Borland C++ 4.x & 5.x compiling with ALL warnings enabled
|
||||
#pragma warn -aus /* unused assignment of 'xxx' */
|
||||
#endif
|
||||
|
||||
int action_no = 0; /* keep track of actions outputed */
|
||||
int action_no = 0; /* keep track of actions outputted */
|
||||
int nfa_allocated = 0; /* keeps track of number of nfa nodes */
|
||||
nfa_node **nfa_array = NULL;/* root of binary tree that stores nfa array */
|
||||
nfa_node nfa_model_node; /* model to initialize new nodes */
|
||||
|
Reference in New Issue
Block a user