[cairo-commit] src/cairo-malloc-private.h

Behdad Esfahbod behdad at kemper.freedesktop.org
Sun Mar 25 12:00:58 PDT 2012


 src/cairo-malloc-private.h |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 73cde7a0f6d86f1e72d080757f863caddb0530e6
Author: Behdad Esfahbod <behdad at behdad.org>
Date:   Sun Mar 25 15:00:44 2012 -0400

    Fix typos

diff --git a/src/cairo-malloc-private.h b/src/cairo-malloc-private.h
index e5acf16..c021b9f 100644
--- a/src/cairo-malloc-private.h
+++ b/src/cairo-malloc-private.h
@@ -64,7 +64,7 @@
 
 /**
  * _cairo_malloc_ab:
- * @n: number of elements to allocate
+ * @a: number of elements to allocate
  * @size: size of each element
  *
  * Allocates @n*@size memory using _cairo_malloc(), taking care to not
@@ -86,7 +86,7 @@
 /**
  * _cairo_realloc_ab:
  * @ptr: original pointer to block of memory to be resized
- * @n: number of elements to allocate
+ * @a: number of elements to allocate
  * @size: size of each element
  *
  * Reallocates @ptr a block of @n*@size memory using realloc(), taking
@@ -107,7 +107,7 @@
 
 /**
  * _cairo_malloc_abc:
- * @n: first factor of number of elements to allocate
+ * @a: first factor of number of elements to allocate
  * @b: second factor of number of elements to allocate
  * @size: size of each element
  *


More information about the cairo-commit mailing list