summaryrefslogtreecommitdiff
path: root/edk2/StdLib
diff options
context:
space:
mode:
authordarylm503 <darylm503@6f19259b-4bc3-4df7-8a09-765794883524>2011-11-03 00:19:10 +0000
committerdarylm503 <darylm503@6f19259b-4bc3-4df7-8a09-765794883524>2011-11-03 00:19:10 +0000
commit5def043a1317a438ff582fed3b329947bec29b6e (patch)
tree7f2ff9bbdf6a5b57ace8929739a275f6e0325fe2 /edk2/StdLib
parent9ce0a021aad6f0b80e1c77fc7ffff58a87ac02d3 (diff)
StdLib: Make the vfscanf function public.
Signed-off-by: darylm503 Reviewed-by: geekboy15a git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk@12653 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'edk2/StdLib')
-rw-r--r--edk2/StdLib/LibC/Stdio/vfscanf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/edk2/StdLib/LibC/Stdio/vfscanf.c b/edk2/StdLib/LibC/Stdio/vfscanf.c
index 861fb5330..4f84a39c6 100644
--- a/edk2/StdLib/LibC/Stdio/vfscanf.c
+++ b/edk2/StdLib/LibC/Stdio/vfscanf.c
@@ -68,7 +68,7 @@
#endif
/*
- * Provide an external name for vfscanf. Note, we don't use the normal
+ * Provide an external name for vfscanf. Note, EFI uses the normal
* namespace.h method; stdio routines explicitly use the internal name
* __svfscanf.
*/