aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorJoakim Verona2013-01-10 00:04:21 +0100
committerJoakim Verona2013-01-10 00:04:21 +0100
commit09708f70bd02e7a2edec79e1bcfd04fb9b7f48d3 (patch)
tree9376433d772aa4a302b231af1c601bcb4440c9f1 /lib
parent0f9ee7aa0e6b57e28b31699a912356c24b959b01 (diff)
parent51fb5578777d1041feaab31651b65e09e1731d33 (diff)
downloademacs-09708f70bd02e7a2edec79e1bcfd04fb9b7f48d3.tar.gz
emacs-09708f70bd02e7a2edec79e1bcfd04fb9b7f48d3.zip
auto upstream
Diffstat (limited to 'lib')
-rw-r--r--lib/strftime.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/strftime.c b/lib/strftime.c
index c82d585bfa1..91d5d85cbcf 100644
--- a/lib/strftime.c
+++ b/lib/strftime.c
@@ -210,7 +210,7 @@ extern char *tzname[];
210 else \ 210 else \
211 { \ 211 { \
212 /* Ignore the value of fwrite. The caller can determine whether \ 212 /* Ignore the value of fwrite. The caller can determine whether \
213 an error occured by inspecting ferror (P). All known fwrite \ 213 an error occurred by inspecting ferror (P). All known fwrite \
214 implementations set the stream's error indicator when they \ 214 implementations set the stream's error indicator when they \
215 fail due to ENOMEM etc., even though C11 and POSIX.1-2008 do \ 215 fail due to ENOMEM etc., even though C11 and POSIX.1-2008 do \
216 not require this. */ \ 216 not require this. */ \