summaryrefslogtreecommitdiffstats
path: root/BaseTools/Source/C/Include/Common/BaseTypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'BaseTools/Source/C/Include/Common/BaseTypes.h')
-rw-r--r--BaseTools/Source/C/Include/Common/BaseTypes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/BaseTools/Source/C/Include/Common/BaseTypes.h b/BaseTools/Source/C/Include/Common/BaseTypes.h
index 9844d1d514..31d0662085 100644
--- a/BaseTools/Source/C/Include/Common/BaseTypes.h
+++ b/BaseTools/Source/C/Include/Common/BaseTypes.h
@@ -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)))