diff options
Diffstat (limited to 'missing/asprintf.c')
-rw-r--r-- | missing/asprintf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/missing/asprintf.c b/missing/asprintf.c index 3aa55ed9..b65310e1 100644 --- a/missing/asprintf.c +++ b/missing/asprintf.c @@ -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 |