diff options
author | Bill Meier <wmeier@newsguy.com> | 2010-07-26 19:24:06 +0000 |
---|---|---|
committer | Bill Meier <wmeier@newsguy.com> | 2010-07-26 19:24:06 +0000 |
commit | 36044cd2983eb302693e1b6ee38887ccf4b4e135 (patch) | |
tree | af642f778eb2a7953f8d1d12629248e96c647b92 | |
parent | 7be91cb9e9c674823e6607b27033d9a3b557480f (diff) | |
download | wireshark-36044cd2983eb302693e1b6ee38887ccf4b4e135.tar.gz wireshark-36044cd2983eb302693e1b6ee38887ccf4b4e135.tar.bz2 wireshark-36044cd2983eb302693e1b6ee38887ccf4b4e135.zip |
(Trivial) Fix a typo.
svn path=/trunk/; revision=33638
-rw-r--r-- | epan/dissectors/packet-ntp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-ntp.h b/epan/dissectors/packet-ntp.h index fe41606a1b..6f5bd435d2 100644 --- a/epan/dissectors/packet-ntp.h +++ b/epan/dissectors/packet-ntp.h @@ -28,7 +28,7 @@ #ifndef PACKET_NTP_H #define PACKET_NTP_H -/* NTP_BASETIME is infact epoch - ntp_start_time */ +/* NTP_BASETIME is in fact epoch - ntp_start_time */ #define NTP_BASETIME 2208988800ul #define NTP_TS_SIZE 100 |