]> git.proxmox.com Git - mirror_edk2.git/blobdiff - SecurityPkg/Library/Tpm2CommandLib/Tpm2Capability.c
SecurityPkg: Fix spelling errors
[mirror_edk2.git] / SecurityPkg / Library / Tpm2CommandLib / Tpm2Capability.c
index 4e9f030e77477e0231e8d41a99f10df5f5415394..85b11c77158f012fbec9e4cdd25484e2b54742b4 100644 (file)
@@ -53,7 +53,7 @@ typedef struct {
   NOTE:\r
   To simplify this function, leave returned CapabilityData for caller to unpack since there are\r
   many capability categories and only few categories will be used in firmware. It means the caller\r
-  need swap the byte order for the feilds in CapabilityData.\r
+  need swap the byte order for the fields in CapabilityData.\r
 \r
   @param[in]  Capability         Group selection; determines the format of the response.\r
   @param[in]  Property           Further definition of information.\r
@@ -119,7 +119,7 @@ Tpm2GetCapability (
   //\r
   *MoreData = RecvBuffer.MoreData;\r
   //\r
-  // Does not unpack all possiable property here, the caller should unpack it and note the byte order.\r
+  // Does not unpack all possible property here, the caller should unpack it and note the byte order.\r
   //\r
   CopyMem (CapabilityData, &RecvBuffer.CapabilityData, RecvBufferSize - sizeof (TPM2_RESPONSE_HEADER) - sizeof (UINT8));\r
 \r