recv.h: Cosmetics.
[paraslash.git] / string.h
index c01d61964c71041edb079cea67cc0ffbcbc63c7c..561ff4e8705c4d20baf0b01999503f725cadb820 100644 (file)
--- a/string.h
+++ b/string.h
@@ -18,7 +18,7 @@ struct para_buffer {
        size_t offset;
        /**
         * If an attempt to print into this buffer is made that would need to
-        * grow \buf to a size larger than \a max_size, then this function is
+        * grow \buf to a size larger than \a max_size, then this function is
         * called.
         */
        int (*max_size_handler)(char *buf, size_t size, void *private_data);