X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=BaseTools%2FSource%2FC%2FInclude%2FCommon%2FBaseTypes.h;fp=BaseTools%2FSource%2FC%2FInclude%2FCommon%2FBaseTypes.h;h=31d0662085a811b358529c238cadd4862541806d;hp=9844d1d514b0605e3f8498b73cec0f9af5f96b13;hb=2d53d54a5bf5f9ba9379e465f49ac9cdc55035de;hpb=d031fc07eb83c9d13bff3ebac25da458d5a47917 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)))