diff options
| author | Karl Heuer <kwzh@gnu.org> | 1999-04-28 16:41:08 +0000 |
|---|---|---|
| committer | Karl Heuer <kwzh@gnu.org> | 1999-04-28 16:41:08 +0000 |
| commit | 003a7eaa313fcbd74e484fd377f972b12685747c (patch) | |
| tree | 82dfe48bc5ef6be3f0fce8cdee35abe1dba07765 | |
| parent | 757c19e895beda6211b5c18583bd816b0e90f53c (diff) | |
| download | emacs-003a7eaa313fcbd74e484fd377f972b12685747c.tar.gz | |
Comment fix.
| -rw-r--r-- | src/fileio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fileio.c b/src/fileio.c index 61eb6095589..470146014a0 100644 --- a/src/fileio.c +++ b/src/fileio.c @@ -3477,7 +3477,7 @@ actually used.") /* Find a coding system specified in the heading two lines or in the tailing several lines of the file. We assume that the 1K-byte and 3K-byte for heading - and tailing respectively are sufficient fot this + and tailing respectively are sufficient for this purpose. */ int how_many, nread; |
