]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ShellPkg/Library/UefiShellCEntryLib/UefiShellCEntryLib.c
ShellPkg/Dp: Add null pointer check
[mirror_edk2.git] / ShellPkg / Library / UefiShellCEntryLib / UefiShellCEntryLib.c
index 525c1f14cff0a8a38f12041c7bce447544d15693..61b3ec97e2be373f2b2d9e8d520ceda7214153a8 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
-  Provides application point extension for "C" style main funciton\r
+  Provides application point extension for "C" style main function\r
 \r
-  Copyright (c) 2009 - 2013, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2009 - 2016, 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
@@ -17,7 +17,7 @@
 #include <Protocol/SimpleFileSystem.h>\r
 #include <Protocol/LoadedImage.h>\r
 #include <Protocol/EfiShellInterface.h>\r
-#include <Protocol/EfiShellParameters.h>\r
+#include <Protocol/ShellParameters.h>\r
 \r
 #include <Library/ShellCEntryLib.h>\r
 #include <Library/DebugLib.h>\r
@@ -32,7 +32,7 @@
 \r
   Note that the Shell uses POSITIVE integers for error values, while UEFI\r
   uses NEGATIVE values.  If the application is to be used within a script,\r
-  it needs to return one of the SHELL_STATUS values defined in ShellBase.h.\r
+  it needs to return one of the SHELL_STATUS values defined in Protocol/Shell.h.\r
 \r
   @param  ImageHandle  The image handle of the UEFI Application.\r
   @param  SystemTable  A pointer to the EFI System Table.\r