diff options
author | Olivier Martin <olivier.martin@arm.com> | 2014-07-01 09:26:28 +0000 |
---|---|---|
committer | oliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524> | 2014-07-01 09:26:28 +0000 |
commit | a6217114e35fd10215513d8b026bd4e0c3770814 (patch) | |
tree | 27aa103e64ac456503fad322a8f15e543ac4b762 /ArmPkg/Library/ArmCacheMaintenanceLib | |
parent | 52659efb9c37066f6bf5f001374dd1a115cc1455 (diff) | |
download | edk2-a6217114e35fd10215513d8b026bd4e0c3770814.tar.gz edk2-a6217114e35fd10215513d8b026bd4e0c3770814.tar.bz2 edk2-a6217114e35fd10215513d8b026bd4e0c3770814.zip |
ArmPkg/ArmCacheMaintenanceLib: Fixed comment (and coding style)
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Olivier Martin <olivier.martin@arm.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15608 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'ArmPkg/Library/ArmCacheMaintenanceLib')
-rw-r--r-- | ArmPkg/Library/ArmCacheMaintenanceLib/ArmCacheMaintenanceLib.inf | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/ArmPkg/Library/ArmCacheMaintenanceLib/ArmCacheMaintenanceLib.inf b/ArmPkg/Library/ArmCacheMaintenanceLib/ArmCacheMaintenanceLib.inf index 7a43bfe9bc..5910db09d6 100644 --- a/ArmPkg/Library/ArmCacheMaintenanceLib/ArmCacheMaintenanceLib.inf +++ b/ArmPkg/Library/ArmCacheMaintenanceLib/ArmCacheMaintenanceLib.inf @@ -1,7 +1,7 @@ #/** @file
-# Semihosting serail port lib
+# Implement CacheMaintenanceLib for ARM architectures
#
-# Copyright (c) 2008, Apple Inc. All rights reserved.<BR>
+# Copyright (c) 2008, Apple Inc. All rights reserved.<BR>
#
# This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License
@@ -19,7 +19,7 @@ FILE_GUID = 1A20BE1F-33AD-450C-B49A-7123FCA8B7F9
MODULE_TYPE = BASE
VERSION_STRING = 1.0
- LIBRARY_CLASS = CacheMaintenanceLib
+ LIBRARY_CLASS = CacheMaintenanceLib
[Sources.common]
ArmCacheMaintenanceLib.c
@@ -34,4 +34,3 @@ [FixedPcd]
gArmTokenSpaceGuid.PcdArmCacheOperationThreshold
-
|