fix comment

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8845 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
jcarsey 2009-07-09 23:15:09 +00:00
parent 727a4c7101
commit ea00288c05
1 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,6 @@
/** @file /** @file
This is THE shell (application) This is a test application that demonstrates how to use the C-style entry point
for a shell application.
Copyright (c) 2009, Intel Corporation Copyright (c) 2009, Intel Corporation
All rights reserved. This program and the accompanying materials All rights reserved. This program and the accompanying materials
@ -13,7 +14,6 @@
**/ **/
#include <Uefi.h> #include <Uefi.h>
#include <Library/UefiLib.h> #include <Library/UefiLib.h>
#include <Library/DebugLib.h> #include <Library/DebugLib.h>
#include <Library/ShellCEntryLib.h> #include <Library/ShellCEntryLib.h>