X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=string.h;h=561ff4e8705c4d20baf0b01999503f725cadb820;hp=c01d61964c71041edb079cea67cc0ffbcbc63c7c;hb=d27b31524e1d60ad4fdbeb606bba31ba0ee54048;hpb=49bd626084bf5f48e4d80075258b6da4703752cf diff --git a/string.h b/string.h index c01d6196..561ff4e8 100644 --- 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 \a 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);