]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseCacheMaintenanceLib/X86Cache.c
MdePkg: Clean up source files
[mirror_edk2.git] / MdePkg / Library / BaseCacheMaintenanceLib / X86Cache.c
index 147a9a78e48dcaf47a73bc0025f2649f383bd348..42049144a4c782fbd0b47c98c9a514553da54df6 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   Cache Maintenance Functions.\r
 \r
-  Copyright (c) 2006 - 2015, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution.  The full text of the license may be found at\r
@@ -135,7 +135,7 @@ WriteBackInvalidateDataCacheRange (
   ASSERT ((Length - 1) <= (MAX_ADDRESS - (UINTN)Address));\r
 \r
   //\r
-  // If the CPU does not support CLFLUSH instruction, \r
+  // If the CPU does not support CLFLUSH instruction,\r
   // then promote flush range to flush entire cache.\r
   //\r
   AsmCpuid (0x01, NULL, &RegEbx, NULL, &RegEdx);\r