]> The Tcpdump Group git mirrors - libpcap/blobdiff - missing/asprintf.c
Fix some typos
[libpcap] / missing / asprintf.c
index 3aa55ed9d65de9d83e4d5f5534f9022298f94edf..b65310e1db2135164c9be5c5bdc253efa6b47bd4 100644 (file)
@@ -20,7 +20,7 @@ pcap_vasprintf(char **strp, const char *format, va_list args)
        int ret;
 
        /*
-        * XXX - the C99 standard says, in section 7.19.6.5 "Thes
+        * XXX - the C99 standard says, in section 7.19.6.5 "The
         * nprintf function":
         *
         *    The snprintf function is equivalent to fprintf, except that