X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=string.c;h=bd53e8d24462d1bbde5045f7b0b80de939460588;hp=eb8b12ece58ecd03e1507932751d1961de0084be;hb=df743de3c09a9f02c95bd3ff50e19a401b957efe;hpb=18a655c9999e2d0dcfb4dc073770485e7e12a256 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. *