diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-11-08 19:17:31 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-11-08 19:17:31 +0000 |
commit | f0f3a0c6fbdf3bbd095d37a8fd2e0d0c250f8a21 (patch) | |
tree | f9bafe25867d0323af89776288c80edb6b30c09c /lib/libdes/qud_cksm.c | |
parent | 01ff1e7438b7bc934d05a03ca72d57c3e5484fab (diff) |
typos from Jonathon Gray;
Diffstat (limited to 'lib/libdes/qud_cksm.c')
-rw-r--r-- | lib/libdes/qud_cksm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libdes/qud_cksm.c b/lib/libdes/qud_cksm.c index db51128c9bf..ba688dbf59b 100644 --- a/lib/libdes/qud_cksm.c +++ b/lib/libdes/qud_cksm.c @@ -121,7 +121,7 @@ des_cblock (*seed); /* I believe I finally have things worked out. * The MIT library assumes that the checksum * is one huge number and it is returned in a - * host dependant byte order. + * host dependent byte order. */ static DES_LONG ltmp=1; static unsigned char *c=(unsigned char *)<mp; |