diff options
author | Nan Xiao <nan@chinadtrace.org> | 2019-11-14 10:26:40 +0800 |
---|---|---|
committer | Nan Xiao <nan@chinadtrace.org> | 2019-11-14 10:27:36 +0800 |
commit | 5c2d0460aa67ebdcf175a04bdefaccc25dda6c75 (patch) | |
tree | a3b0aabf7a0b6d03619b7414f1dd448465f394fd /sf-pcap.c | |
parent | 3f6208055ec2caf8ca32988dd1575c82104179a9 (diff) |
Fix typo in sf-pcap.c.
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. */ |