diff options
author | Thomas Huth <thuth@redhat.com> | 2016-09-09 13:33:09 -0700 |
---|---|---|
committer | Michael Kinney <michael.d.kinney@intel.com> | 2016-10-07 18:05:37 -0700 |
commit | 3868d06d8209d4907c0c6b6f5ec690aebb8b5971 (patch) | |
tree | 267186cd8242e80de83975da0cc895dd61899be7 /MdePkg/Library/BaseLib | |
parent | f6c8e67db9233562fd3ddc6bf7d23f0bb5fb115b (diff) | |
download | edk2-platforms-3868d06d8209d4907c0c6b6f5ec690aebb8b5971.tar.xz |
MdePkg: Fix some typing errors
Correct the typos in some files of MdePkg.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
Reviewed-by: Michael Kinney <michael.d.kinney@intel.com>
Diffstat (limited to 'MdePkg/Library/BaseLib')
-rw-r--r-- | MdePkg/Library/BaseLib/String.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Library/BaseLib/String.c b/MdePkg/Library/BaseLib/String.c index 07c0562f3b..25962f85b2 100644 --- a/MdePkg/Library/BaseLib/String.c +++ b/MdePkg/Library/BaseLib/String.c @@ -1,5 +1,5 @@ /** @file
- Unicode and ASCII string primatives.
+ Unicode and ASCII string primitives.
Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.<BR>
This program and the accompanying materials
|