diff options
Diffstat (limited to 'StdLib/LibC/Stdio/vfscanf.c')
-rw-r--r-- | StdLib/LibC/Stdio/vfscanf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/StdLib/LibC/Stdio/vfscanf.c b/StdLib/LibC/Stdio/vfscanf.c index 861fb53301..4f84a39c68 100644 --- a/StdLib/LibC/Stdio/vfscanf.c +++ b/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.
*/
|