diff options
author | Ian McDonald <ian.mcdonald@jandi.co.nz> | 2006-08-26 19:01:03 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2006-08-26 19:01:03 -0700 |
commit | f3166c07175c1639687288006aeabed363a921f3 (patch) | |
tree | 248bd80dbd38dea9a0eef2925588bb34ed4111f8 /net/dccp | |
parent | 59eed279c5daa88d95e429782ddb8ef87e52c44b (diff) |
[DCCP]: Fix typo
This fixes a small typo in net/dccp/libs/packet_history.c
Signed off by: Ian McDonald <ian.mcdonald@jandi.co.nz>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/dccp')
-rw-r--r-- | net/dccp/ccids/lib/packet_history.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/dccp/ccids/lib/packet_history.c b/net/dccp/ccids/lib/packet_history.c index ad98d6a322eb..6739be1681c9 100644 --- a/net/dccp/ccids/lib/packet_history.c +++ b/net/dccp/ccids/lib/packet_history.c @@ -1,5 +1,5 @@ /* - * net/dccp/packet_history.h + * net/dccp/packet_history.c * * Copyright (c) 2005 The University of Waikato, Hamilton, New Zealand. * |