]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/C/Include/Common/BaseTypes.h
BaseTools: Fix various typos
[mirror_edk2.git] / BaseTools / Source / C / Include / Common / BaseTypes.h
index 9844d1d514b0605e3f8498b73cec0f9af5f96b13..31d0662085a811b358529c238cadd4862541806d 100644 (file)
@@ -151,7 +151,7 @@ typedef struct {
 \r
 ///\r
 ///  _CR - returns a pointer to the structure\r
-///      from one of it's elements.\r
+///      from one of its elements.\r
 ///\r
 #define _CR(Record, TYPE, Field)  ((TYPE *) ((CHAR8 *) (Record) - (CHAR8 *) &(((TYPE *) 0)->Field)))\r
 \r