diff options
| author | Karl Heuer | 1999-04-28 16:41:08 +0000 |
|---|---|---|
| committer | Karl Heuer | 1999-04-28 16:41:08 +0000 |
| commit | 003a7eaa313fcbd74e484fd377f972b12685747c (patch) | |
| tree | 82dfe48bc5ef6be3f0fce8cdee35abe1dba07765 /src | |
| parent | 757c19e895beda6211b5c18583bd816b0e90f53c (diff) | |
| download | emacs-003a7eaa313fcbd74e484fd377f972b12685747c.tar.gz emacs-003a7eaa313fcbd74e484fd377f972b12685747c.zip | |
Comment fix.
Diffstat (limited to 'src')
| -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.") | |||
| 3477 | /* Find a coding system specified in the heading two | 3477 | /* Find a coding system specified in the heading two |
| 3478 | lines or in the tailing several lines of the file. | 3478 | lines or in the tailing several lines of the file. |
| 3479 | We assume that the 1K-byte and 3K-byte for heading | 3479 | We assume that the 1K-byte and 3K-byte for heading |
| 3480 | and tailing respectively are sufficient fot this | 3480 | and tailing respectively are sufficient for this |
| 3481 | purpose. */ | 3481 | purpose. */ |
| 3482 | int how_many, nread; | 3482 | int how_many, nread; |
| 3483 | 3483 | ||