aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorStefan Farfeleder <stefanf@FreeBSD.org>2004-06-13 16:20:23 +0000
committerStefan Farfeleder <stefanf@FreeBSD.org>2004-06-13 16:20:23 +0000
commitd06ecced73c14755d4d51ca09f4f4685d90f31bc (patch)
tree7288f1ac8a3f59353c008872301187313ba98061 /lib
parenta974ba0b702d425d6976e8af95b55908e4c20cee (diff)
downloadsrc-d06ecced73c14755d4d51ca09f4f4685d90f31bc.tar.gz
src-d06ecced73c14755d4d51ca09f4f4685d90f31bc.zip
Remove a stale reference to %Ef and %EF from a comment.
Notes
Notes: svn path=/head/; revision=130414
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/stdtime/strftime.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdtime/strftime.c b/lib/libc/stdtime/strftime.c
index 434557e5dd0d..58694759dcf4 100644
--- a/lib/libc/stdtime/strftime.c
+++ b/lib/libc/stdtime/strftime.c
@@ -141,8 +141,8 @@ label:
** representations.
** (ado, 5/24/93)
**
- ** FreeBSD extensions
- ** %OB %Ef %EF
+ ** FreeBSD extension
+ ** %OB
*/
if (Ealternative || Oalternative)
break;