diff options
author | Martin Mares <mj@ucw.cz> | 2000-06-07 14:29:08 +0200 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 2000-06-07 14:29:08 +0200 |
commit | 2e9b24211a523c754b9437d6b742d6df304d8aeb (patch) | |
tree | 8df91a3bdd2a704006dcb2ed97c49c6e4f36158c /lib/checksum.c | |
parent | e403aa89e50471eb6f2838117887b1207627ae3a (diff) | |
download | bird-2e9b24211a523c754b9437d6b742d6df304d8aeb.tar bird-2e9b24211a523c754b9437d6b742d6df304d8aeb.zip |
Spelling fixes to progdoc.
Diffstat (limited to 'lib/checksum.c')
-rw-r--r-- | lib/checksum.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/checksum.c b/lib/checksum.c index 2ffc177..33cb386 100644 --- a/lib/checksum.c +++ b/lib/checksum.c @@ -118,7 +118,7 @@ ipsum_verify(void *frag, unsigned len, ...) * @frag: first packet fragment * @len: length in bytes * - * This function caculates a one's complement checksum of a given fragmented + * This function calculates a one's complement checksum of a given fragmented * packet. * * It uses all the clever tricks described in RFC 1071 to speed |