BaseTools: Fix various typos
Fix various typos in BaseTools. Signed-off-by: Cœur <coeur@gmx.fr> Reviewed-by: Bob Feng <bob.c.feng@intel.com>
This commit is contained in:
committed by
Feng, Bob C
parent
d031fc07eb
commit
2d53d54a5b
@@ -151,7 +151,7 @@ typedef struct {
|
||||
|
||||
///
|
||||
/// _CR - returns a pointer to the structure
|
||||
/// from one of it's elements.
|
||||
/// from one of its elements.
|
||||
///
|
||||
#define _CR(Record, TYPE, Field) ((TYPE *) ((CHAR8 *) (Record) - (CHAR8 *) &(((TYPE *) 0)->Field)))
|
||||
|
||||
|
Reference in New Issue
Block a user