diff options
Diffstat (limited to 'sf-pcap.c')
-rw-r--r-- | sf-pcap.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -291,7 +291,7 @@ pcap_check_header(const uint8_t *magic, FILE *fp, u_int precision, char *errbuf, ps->scale_type = PASS_THROUGH; } else { /* - * The file has microoseconds, the user + * The file has microseconds, the user * wants nanoseconds; scale the * precision up. */ |