aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPaul Eggert2025-02-20 09:42:33 -0800
committerPaul Eggert2025-02-20 09:42:33 -0800
commit241e8e5fcf8b4624dc39890a8749f7574a8a6398 (patch)
tree1c675d45fe9bdf80b132a8a4cb81508d512c6924 /src
parent57c1df8baed6692983db77c10eab4b2c2ad00ce3 (diff)
downloademacs-241e8e5fcf8b4624dc39890a8749f7574a8a6398.tar.gz
emacs-241e8e5fcf8b4624dc39890a8749f7574a8a6398.zip
; Spelling fix in comment.
Diffstat (limited to 'src')
-rw-r--r--src/timefns.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/timefns.c b/src/timefns.c
index 69b03931275..4d296ff8dcd 100644
--- a/src/timefns.c
+++ b/src/timefns.c
@@ -2057,7 +2057,7 @@ emacs_setenv_TZ (const char *tzstring)
2057 /* Happily, there are no threads on MS-DOS that might be contending 2057 /* Happily, there are no threads on MS-DOS that might be contending
2058 with Emacs for access to TZ. Call putenv to modify TZ: the code 2058 with Emacs for access to TZ. Call putenv to modify TZ: the code
2059 above is not only unnecessary but results in modifications being 2059 above is not only unnecessary but results in modifications being
2060 ommitted in consequence of an internal environment counter 2060 omitted in consequence of an internal environment counter
2061 remaining unchanged despite DJGPP being all too ready to reuse 2061 remaining unchanged despite DJGPP being all too ready to reuse
2062 preexisting environment storage. */ 2062 preexisting environment storage. */
2063 USE_SAFE_ALLOCA; 2063 USE_SAFE_ALLOCA;