From a6217114e35fd10215513d8b026bd4e0c3770814 Mon Sep 17 00:00:00 2001 From: Olivier Martin Date: Tue, 1 Jul 2014 09:26:28 +0000 Subject: ArmPkg/ArmCacheMaintenanceLib: Fixed comment (and coding style) Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Olivier Martin git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15608 6f19259b-4bc3-4df7-8a09-765794883524 --- ArmPkg/Library/ArmCacheMaintenanceLib/ArmCacheMaintenanceLib.inf | 7 +++---- 1 file 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.
+# Copyright (c) 2008, Apple Inc. All rights reserved.
# # 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 - -- cgit v1.2.3