diff options
author | vanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-09-03 07:56:47 +0000 |
---|---|---|
committer | vanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-09-03 07:56:47 +0000 |
commit | 22e6fe86ba006b1bf48b41498a158f8a488474fc (patch) | |
tree | 8bce6cbaa58e0accea444568cfeb0f1aa9172928 /MdePkg/Library/BasePeCoffGetEntryPointLib | |
parent | e6dedf514f1b16cffd6f17c9615fc65745ed2a47 (diff) | |
download | edk2-22e6fe86ba006b1bf48b41498a158f8a488474fc.tar.gz edk2-22e6fe86ba006b1bf48b41498a158f8a488474fc.tar.bz2 edk2-22e6fe86ba006b1bf48b41498a158f8a488474fc.zip |
fixed one typo.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5792 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Library/BasePeCoffGetEntryPointLib')
-rw-r--r-- | MdePkg/Library/BasePeCoffGetEntryPointLib/PeCoffGetEntryPoint.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/MdePkg/Library/BasePeCoffGetEntryPointLib/PeCoffGetEntryPoint.c b/MdePkg/Library/BasePeCoffGetEntryPointLib/PeCoffGetEntryPoint.c index 82d67e057a..960c746357 100644 --- a/MdePkg/Library/BasePeCoffGetEntryPointLib/PeCoffGetEntryPoint.c +++ b/MdePkg/Library/BasePeCoffGetEntryPointLib/PeCoffGetEntryPoint.c @@ -1,6 +1,7 @@ /** @file
Provides the services to get the entry point to a PE/COFF image that has either been
- loaded into memory or is executing at it¡¯s linked address
+ loaded into memory or is executing at it's linked address.
+
Copyright (c) 2006 - 2008, Intel Corporation<BR>
All rights reserved. This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
|