diff options
| author | Paul Eggert | 2025-02-20 09:42:33 -0800 |
|---|---|---|
| committer | Paul Eggert | 2025-02-20 09:42:33 -0800 |
| commit | 241e8e5fcf8b4624dc39890a8749f7574a8a6398 (patch) | |
| tree | 1c675d45fe9bdf80b132a8a4cb81508d512c6924 /src | |
| parent | 57c1df8baed6692983db77c10eab4b2c2ad00ce3 (diff) | |
| download | emacs-241e8e5fcf8b4624dc39890a8749f7574a8a6398.tar.gz emacs-241e8e5fcf8b4624dc39890a8749f7574a8a6398.zip | |
; Spelling fix in comment.
Diffstat (limited to 'src')
| -rw-r--r-- | src/timefns.c | 2 |
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; |