summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorroot <root>2010-03-09 09:02:03 +0000
committerroot <root>2010-03-09 09:02:03 +0000
commit0bcdefb16b27d722ed252e7922f63c5caf2d801e (patch)
tree8fa0c157bbd351b62e5d388fd5f416addc3095a3
parent8d72baf42cefd50ba45ccac59064548635cdee1e (diff)
ev_avoid_stdio
-rw-r--r--ev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ev.c b/ev.c
index fd1f81b..d0a160a 100644
--- a/ev.c
+++ b/ev.c
@@ -574,7 +574,7 @@ ev_realloc_emul (void *ptr, long size)
return realloc (ptr, size);
#else
/* some systems, notably openbsd and darwin, fail to properly
- * implement realloc (x, 0) (as required by both ansi c-98 and
+ * implement realloc (x, 0) (as required by both ansi c-89 and
* the single unix specification, so work around them here.
*/