Index: Include/Library/S3BootScriptLib.h
===================================================================
--- Include/Library/S3BootScriptLib.h	(revision 14952)
+++ Include/Library/S3BootScriptLib.h	(working copy)
@@ -5,7 +5,7 @@
   be provided in the Framework version library instance, which means some of these 
   APIs cannot be used if the underlying firmware is Framework and not PI.
 
-  Copyright (c) 2006 - 2012, Intel Corporation. All rights reserved.<BR>
+  Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.<BR>
 
   This program and the accompanying materials
   are licensed and made available under the terms and conditions
@@ -281,7 +281,7 @@
   );
 
 /**
-  Adds a record for an execution stall on the processor into a specified boot script table.
+  Adds a record for dispatching specified arbitrary code into a specified boot script table.
 
   @param[in] EntryPoint   The entry point of the code to be dispatched.
   @param[in] Context      The argument to be passed into the EntryPoint of the code 
Index: Library/BaseS3BootScriptLibNull/BootScriptLib.c
===================================================================
--- Library/BaseS3BootScriptLibNull/BootScriptLib.c	(revision 14952)
+++ Library/BaseS3BootScriptLibNull/BootScriptLib.c	(working copy)
@@ -1,7 +1,7 @@
 /** @file
   Null function implementation for EFI S3 boot script. 
 
-  Copyright (c) 2007 - 2010, Intel Corporation. All rights reserved.<BR>
+  Copyright (c) 2007 - 2014, Intel Corporation. All rights reserved.<BR>
 
   This program and the accompanying materials
   are licensed and made available under the terms and conditions
@@ -257,7 +257,7 @@
   return RETURN_SUCCESS;
 }
 /**
-  Adds a record for an execution stall on the processor into a specified boot script table.
+  Adds a record for dispatching specified arbitrary code into a specified boot script table.
 
   @param EntryPoint   Entry point of the code to be dispatched.
   @param Context      Argument to be passed into the EntryPoint of the code to be dispatched.
