summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ext/mall/mall.c.erb10
1 files changed, 5 insertions, 5 deletions
diff --git a/ext/mall/mall.c.erb b/ext/mall/mall.c.erb
index e11a7a8..fea06c3 100644
--- a/ext/mall/mall.c.erb
+++ b/ext/mall/mall.c.erb
@@ -21,7 +21,7 @@ static VALUE sym_<%= x %>;
/*
* call-seq:
- * Mall.info -> hash
+ * Mall.info -> hash
*
* Returns a hash with the following keys:
*
@@ -69,7 +69,7 @@ static VALUE info(VALUE klass)
/*
* call-seq:
- * Mall.opt(Mall::MMAP_THRESHOLD, 128 * 1024)
+ * Mall.opt(Mall::MMAP_THRESHOLD, 128 * 1024)
*
* some malloc implementations may not like mallopt() being called after
* malloc has been initialized (first call to malloc()). This is not
@@ -111,7 +111,7 @@ static VALUE trim(VALUE klass, VALUE pad)
#ifdef HAVE_MALLOC_STATS
/*
* call-seq:
- * Mall.dump_stats
+ * Mall.dump_stats
*
* Dump malloc stats to STDERR
*
@@ -138,8 +138,8 @@ static void xmlerr(FILE *fp, int err, const char *msg)
/*
* call-seq:
- * Mall.xml -> XML string
- * Mall.xml(options = 0, io = $stderr) -> io
+ * Mall.xml -> XML string
+ * Mall.xml(options = 0, io = $stderr) -> io
*
* Called with no arguments, this returns an XML string suitable for
* parsing with your favorite XML parser.