]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFsp2Pkg/Library/BaseCacheLib/CacheLib.c
Revert "FmpDevicePkg: Fix various typos"
[mirror_edk2.git] / IntelFsp2Pkg / Library / BaseCacheLib / CacheLib.c
index 17e895c3452894f8db8230a378967f700921c7a6..927cee13d31628fe84d55cdeedc93cb00da0ab4e 100644 (file)
@@ -1,6 +1,6 @@
 /** @file\r
 \r
-  Copyright (c) 2014 - 2019, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2014 - 2015, Intel Corporation. All rights reserved.<BR>\r
   SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
@@ -52,8 +52,8 @@ IsDefaultType (
   @param[in]  BaseAddress     Base address.\r
   @param[in]  Size            Size.\r
 \r
-  @retval Zero      Aligned.\r
-  @retval Non-Zero  Not aligned.\r
+  @retval Zero      Alligned.\r
+  @retval Non-Zero  Not alligned.\r
 \r
 **/\r
 UINT32\r
@@ -217,7 +217,7 @@ Power2MaxMemory (
   }\r
 \r
   //\r
-  // Compute initial power of 2 size to return\r
+  // Compute inital power of 2 size to return\r
   //\r
   Result = GetPowerOfTwo64(MemoryLength);\r
 \r
@@ -247,8 +247,8 @@ Power2MaxMemory (
   @param[in]  BaseAddress     Base address.\r
   @param[in]  Size            Size.\r
 \r
-  @retval Zero      Aligned.\r
-  @retval Non-Zero  Not aligned.\r
+  @retval Zero      Alligned.\r
+  @retval Non-Zero  Not alligned.\r
 \r
 **/\r
 UINT32\r