X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=string.c;h=65d2240891afc81f40e6b964d5c0f6b7b25a0ddc;hp=742eafdfb1887a0dd9b9d34f15c6662d08dff828;hb=e7f035b3ad7ecc64ec87d9ce890f89365dec1411;hpb=767a4a54c967bc4b80bd14d02e89fe91acd848dd diff --git a/string.c b/string.c index 742eafdf..65d22408 100644 --- a/string.c +++ b/string.c @@ -113,9 +113,9 @@ __must_check __malloc char *para_strdup(const char *s) } /** - * Print a formated message to a dynamically allocated string. + * Print a formatted message to a dynamically allocated string. * - * \param result The formated string is returned here. + * \param result The formatted string is returned here. * \param fmt The format string. * \param ap Initialized list of arguments. *