]> git.proxmox.com Git - mirror_edk2.git/blobdiff - QuarkSocPkg/QuarkNorthCluster/S3Support/Dxe/QncS3Support.c
QuarkSocPkg: Fix typos in comments
[mirror_edk2.git] / QuarkSocPkg / QuarkNorthCluster / S3Support / Dxe / QncS3Support.c
index 9290311ab2905bb348640c8e1cb8b6100eb3ac7b..97611bb37f77e284450e880c23d516f0da63b9d6 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
 This is the driver that implements the QNC S3 Support protocol\r
 \r
-Copyright (c) 2013-2015 Intel Corporation.\r
+Copyright (c) 2013-2016 Intel Corporation.\r
 \r
 This program and the accompanying materials\r
 are licensed and made available under the terms and conditions of the BSD License\r
@@ -312,7 +312,7 @@ Returns:
   Status = PcdSet64S (PcdQncS3CodeInLockBoxSize, (UINT64)mQncS3ImageSize);\r
   ASSERT_EFI_ERROR (Status);\r
   //\r
-  // Align buffer on section boundry\r
+  // Align buffer on section boundary\r
   //\r
   ImageContext.ImageAddress = (PHYSICAL_ADDRESS)(UINTN)FfsBuffer;\r
   if (ImageContext.SectionAlignment != 0) {\r