]> git.marmaro.de Git - mmh/blobdiff - sbr/fmt_addr.c
fix 2fb1dd2271e5be9d0b0c9cbd4e7d6d5d51aaecb9
[mmh] / sbr / fmt_addr.c
index c89a195de442f27b5380a530069e9a6a288a97ab..25c0e168ae8580e5c03b9024846d660e3c8962dd 100644 (file)
@@ -41,7 +41,7 @@ static unsigned int bufsiz;  /* current size of buf         */
 ** returns a pointer to the concatenated address string.
 **
 ** We try to not do a lot of malloc/copy/free's (which is why we
-** don't call "getcpy") but still place no upper limit on the
+** don't call "mh_xstrdup") but still place no upper limit on the
 ** length of the result string.
 **
 ** This routine is placed in a separate library so it can be