aboutsummaryrefslogtreecommitdiffstats
path: root/pcapio.c
diff options
context:
space:
mode:
authortuexen <tuexen@f5534014-38df-0310-8fa8-9805f1628bb7>2009-04-27 09:58:09 +0000
committertuexen <tuexen@f5534014-38df-0310-8fa8-9805f1628bb7>2009-04-27 09:58:09 +0000
commited7d3b93d63cc2ef9cce73ec3114f9b54623188e (patch)
tree9d738aca88bbbcc259a1ad60c1965ce7b8e85c31 /pcapio.c
parentf2362649f38bf14c2477dd0bfe0fb77b36f476e0 (diff)
Fix a comment.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28174 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'pcapio.c')
-rw-r--r--pcapio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pcapio.c b/pcapio.c
index 1dd71b5ee1..55df359472 100644
--- a/pcapio.c
+++ b/pcapio.c
@@ -460,7 +460,7 @@ libpcap_write_interface_statistics_block(FILE *fp,
#else
/*
* Current time, represented as seconds and microseconds since
- * January 1, 1601, 00:00:00 UTC.
+ * January 1, 1970, 00:00:00 UTC.
*/
gettimeofday(&now, NULL);