Mercurial > hg > xemacs-beta
diff src/fileio.c @ 5384:3889ef128488
Fix misspelled words, and some grammar, across the entire source tree.
See xemacs-patches message with ID
<AANLkTi=edkEKtK3pZ60ytsG5pTJQy2TjAEVCZCLOa-oA@mail.gmail.com>.
author | Jerry James <james@xemacs.org> |
---|---|
date | Thu, 24 Mar 2011 11:00:11 -0600 |
parents | 94bbd4792049 |
children | 4dee0387b9de |
line wrap: on
line diff
--- a/src/fileio.c Thu Mar 24 06:22:25 2011 +0000 +++ b/src/fileio.c Thu Mar 24 11:00:11 2011 -0600 @@ -611,7 +611,7 @@ does not specify an existing file. To make this work, PREFIX should be an absolute file name. -This function is analagous to mktemp(3) under POSIX, and as with it, there +This function is analogous to mktemp(3) under POSIX, and as with it, there exists a race condition between the test for the existence of the new file and its creation. See `make-temp-file' for a function which avoids this race condition by specifying the appropriate flags to `write-region'.