summaryrefslogtreecommitdiff
path: root/lib-src
diff options
context:
space:
mode:
authorDave Love <fx@gnu.org>2000-11-10 19:43:55 +0000
committerDave Love <fx@gnu.org>2000-11-10 19:43:55 +0000
commitb9030e133c3ab957c5b5bbf1574eea053be4fd19 (patch)
tree0876756648b49ba64f3127b08c63147c5a154d3d /lib-src
parentaecd7522d82d578574fe3c87693da38dc9e5fec0 (diff)
downloademacs-b9030e133c3ab957c5b5bbf1574eea053be4fd19.tar.gz
Fix comment.
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/ebrowse.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib-src/ebrowse.c b/lib-src/ebrowse.c
index e0f2f5ce9ef..7bceae94c34 100644
--- a/lib-src/ebrowse.c
+++ b/lib-src/ebrowse.c
@@ -537,9 +537,7 @@ yyerror (format, a1, a2, a3, a4, a5)
/* Like malloc but print an error and exit if not enough memory is
- available. This isn't called `xmalloc' because src/m/alpha.h,
- and maybe others, contain an incompatible prototype for xmalloc
- and xrealloc. */
+ available. */
void *
xmalloc (nbytes)