Mercurial > emacs
diff src/macfns.c @ 46272:2406cf2da1d4
Fix typo.
| author | Juanma Barranquero <lekktu@gmail.com> |
|---|---|
| date | Tue, 09 Jul 2002 09:57:34 +0000 |
| parents | 39cdf9669519 |
| children | 3f111801efb4 |
line wrap: on
line diff
--- a/src/macfns.c Tue Jul 09 09:46:38 2002 +0000 +++ b/src/macfns.c Tue Jul 09 09:57:34 2002 +0000 @@ -6987,7 +6987,7 @@ /* Read FILE into memory. Value is a pointer to a buffer allocated with xmalloc holding FILE's contents. Value is null if an error - occured. *SIZE is set to the size of the file. */ + occurred. *SIZE is set to the size of the file. */ static char * pbm_read_file (file, size)
