diff options
| author | Dave Love | 2002-11-25 19:05:57 +0000 |
|---|---|---|
| committer | Dave Love | 2002-11-25 19:05:57 +0000 |
| commit | 8fc9df9e92fcab2322514eea4703e40e10de34a7 (patch) | |
| tree | e3bd1412bcf5a86f98ab4690556cef0cb25869f5 /src | |
| parent | f1c231c456358d7f939b0556486ffdff3a30c85f (diff) | |
| download | emacs-8fc9df9e92fcab2322514eea4703e40e10de34a7.tar.gz emacs-8fc9df9e92fcab2322514eea4703e40e10de34a7.zip | |
Comment fix.
Diffstat (limited to 'src')
| -rw-r--r-- | src/alloca.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/alloca.c b/src/alloca.c index 78704e5dc93..5147d333cdf 100644 --- a/src/alloca.c +++ b/src/alloca.c | |||
| @@ -87,7 +87,7 @@ typedef char *pointer; | |||
| 87 | hand, the utilities in lib-src need alloca to call malloc; some of | 87 | hand, the utilities in lib-src need alloca to call malloc; some of |
| 88 | them are very simple, and don't have an xmalloc routine. | 88 | them are very simple, and don't have an xmalloc routine. |
| 89 | 89 | ||
| 90 | Non-Emacs programs expect this to call use xmalloc. | 90 | Non-Emacs programs expect this to call xmalloc. |
| 91 | 91 | ||
| 92 | Callers below should use malloc. */ | 92 | Callers below should use malloc. */ |
| 93 | 93 | ||