From 076a01da0207a68ca5b57b2d0d0903b46f898f0c Mon Sep 17 00:00:00 2001 From: qwang12 Date: Fri, 17 Oct 2008 04:09:00 +0000 Subject: [PATCH] Update the comment. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6124 6f19259b-4bc3-4df7-8a09-765794883524 --- .../PeiServicesTablePointerLibKr7/PeiServicesTablePointer.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MdePkg/Library/PeiServicesTablePointerLibKr7/PeiServicesTablePointer.c b/MdePkg/Library/PeiServicesTablePointerLibKr7/PeiServicesTablePointer.c index 598a9c340d..1939de8ce2 100644 --- a/MdePkg/Library/PeiServicesTablePointerLibKr7/PeiServicesTablePointer.c +++ b/MdePkg/Library/PeiServicesTablePointerLibKr7/PeiServicesTablePointer.c @@ -2,7 +2,7 @@ PEI Services Table Pointer Library implementation for IPF that uses Kernel Register 7 to store the pointer. - Copyright (c) 2006 - 2007, Intel Corporation.
+ Copyright (c) 2006 - 2008, Intel Corporation.
All rights reserved. This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at @@ -63,7 +63,7 @@ PeiServicesTablePointerLibConstructor ( } /** - The function set the pointer of PEI services immediately preceding the IDT table + The function set the pointer of PEI services in KR7 register according to PI specification. @param PeiServicesTablePointer The address of PeiServices pointer. -- 2.39.2