summaryrefslogtreecommitdiff
path: root/IntelFrameworkPkg/Include/Protocol/FrameworkFormCallback.h
diff options
context:
space:
mode:
authorGary Lin <glin@suse.com>2016-10-19 15:01:16 +0800
committerJeff Fan <jeff.fan@intel.com>2016-10-24 09:09:26 +0800
commitd6a1c70de11eab1ac3e2b7172de7b32510bb9338 (patch)
tree7041582ee5f9e7f9ed34fb8623dcc4c7c826ffb6 /IntelFrameworkPkg/Include/Protocol/FrameworkFormCallback.h
parent70d3fe9dad1d7b2944a2653b3895a11863fb674e (diff)
downloadedk2-platforms-d6a1c70de11eab1ac3e2b7172de7b32510bb9338.tar.xz
IntelFrameworkPkg: Fix typos in comments
- paramter -> parameter - availible -> available Cc: Jeff Fan <jeff.fan@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Gary Lin <glin@suse.com> Reviewed-by: Jeff Fan <jeff.fan@intel.com>
Diffstat (limited to 'IntelFrameworkPkg/Include/Protocol/FrameworkFormCallback.h')
-rw-r--r--IntelFrameworkPkg/Include/Protocol/FrameworkFormCallback.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/IntelFrameworkPkg/Include/Protocol/FrameworkFormCallback.h b/IntelFrameworkPkg/Include/Protocol/FrameworkFormCallback.h
index e9ea49d5c0..2d769bc3b2 100644
--- a/IntelFrameworkPkg/Include/Protocol/FrameworkFormCallback.h
+++ b/IntelFrameworkPkg/Include/Protocol/FrameworkFormCallback.h
@@ -149,7 +149,7 @@ EFI_STATUS
@param Attributes Attributes bit-mask to set for the variable.
Inconsistent with specification here:
Attributes data type has been changed from
- UINT32 * to UINT32, because the input paramter is
+ UINT32 * to UINT32, because the input parameter is
not necessary to use a pointer date type.
@param DataSize The size in bytes of the Buffer. A size of zero causes
the variable to be deleted.