summaryrefslogtreecommitdiff
path: root/src/cairo-debug.c
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2008-01-28 21:49:57 -0500
committerBehdad Esfahbod <behdad@behdad.org>2008-01-28 21:49:57 -0500
commitf0633f4449c39a8f78c582790fb5dc85899b5d82 (patch)
tree11508df085c9e4484b5715f001500bcc778bbb2e /src/cairo-debug.c
parent9ba8f6b1b0a4fbf2407e0dbd767f043c6920344c (diff)
[doc] Make sure all function names in docs are followed by ()
Diffstat (limited to 'src/cairo-debug.c')
-rw-r--r--src/cairo-debug.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cairo-debug.c b/src/cairo-debug.c
index cdd3ce949..c4b7edfe3 100644
--- a/src/cairo-debug.c
+++ b/src/cairo-debug.c
@@ -44,9 +44,9 @@
*
* This function is intended to be useful when using memory-checking
* tools such as valgrind. When valgrind's memcheck analyzes a
- * cairo-using program without a call to cairo_debug_reset_static_data,
+ * cairo-using program without a call to cairo_debug_reset_static_data(),
* it will report all data reachable via cairo's static objects as
- * "still reachable". Calling cairo_debug_reset_static_data just prior
+ * "still reachable". Calling cairo_debug_reset_static_data() just prior
* to program termination will make it easier to get squeaky clean
* reports from valgrind.
*