diff options
Diffstat (limited to 'MdePkg/Library/BasePcdLibNull')
-rw-r--r-- | MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf b/MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf index a325df421b..2b93305ceb 100644 --- a/MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf +++ b/MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf @@ -1,10 +1,10 @@ #/** @file
-# Instance of PCD Library without support of dynamic PCD entries.
+# Instance of PCD Library without support of dynamic PCD entries.
#
-# PCD Library that only provides access to Feature Flag, Fixed At Build,
-# and Binary Patch typed PCD entries. Access to Dynamic PCD entries is ignored.
+# PCD Library that only provides access to Feature Flag, Fixed At Build,
+# and Binary Patch typed PCD entries. Access to Dynamic PCD entries is ignored.
#
-# Copyright (c) 2007 - 2008, Intel Corporation.
+# Copyright (c) 2007 - 2008, Intel Corporation.
#
# All rights reserved. This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License
|