X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=string.c;h=bd53e8d24462d1bbde5045f7b0b80de939460588;hp=eb8b12ece58ecd03e1507932751d1961de0084be;hb=53a27fb91166a7734f0768721b2cef91f0f6172e;hpb=4f0d81d30685a98ec5b1058c09be8833e7fd147f diff --git a/string.c b/string.c index eb8b12ec..bd53e8d2 100644 --- a/string.c +++ b/string.c @@ -91,7 +91,7 @@ __must_check __malloc void *para_calloc(size_t size) } /** - * Pparaslash's version of strdup(). + * Paraslash's version of strdup(). * * \param s The string to be duplicated. *