diff options
author | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-02-24 16:04:22 +0000 |
---|---|---|
committer | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-02-24 16:04:22 +0000 |
commit | ef0028a2072770dbfd1c914f40f21f5497b4e7f6 (patch) | |
tree | 4f4e1f44233a39d380a67ecaa55697ad5e22b550 /Nt32Pkg | |
parent | 844c77be64d23f6e803ec3f616280c942224085a (diff) | |
download | edk2-ef0028a2072770dbfd1c914f40f21f5497b4e7f6.zip edk2-ef0028a2072770dbfd1c914f40f21f5497b4e7f6.tar.gz edk2-ef0028a2072770dbfd1c914f40f21f5497b4e7f6.tar.bz2 |
Fix typo
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7661 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'Nt32Pkg')
-rw-r--r-- | Nt32Pkg/Nt32Pkg.dsc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Nt32Pkg/Nt32Pkg.dsc b/Nt32Pkg/Nt32Pkg.dsc index edc7627..96d8cf3 100644 --- a/Nt32Pkg/Nt32Pkg.dsc +++ b/Nt32Pkg/Nt32Pkg.dsc @@ -9,7 +9,7 @@ # 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
-# http:\\opensource.org/licenses/bsd-license.php
+# http://opensource.org/licenses/bsd-license.php
#
# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
@@ -466,7 +466,7 @@ Nt32Pkg/WinNtSerialIoDxe/WinNtSerialIoDxe.inf
Nt32Pkg/WinNtGopDxe/WinNtGopDxe.inf
Nt32Pkg/WinNtSimpleFileSystemDxe/WinNtSimpleFileSystemDxe.inf
- #MdeModulePkg/Application/HelloWorld/HelloWorld.inf
+ MdeModulePkg/Application/HelloWorld/HelloWorld.inf
#
# Network stack drivers
|