diff options
author | Todd T. Fries <todd@cvs.openbsd.org> | 2002-06-14 21:35:02 +0000 |
---|---|---|
committer | Todd T. Fries <todd@cvs.openbsd.org> | 2002-06-14 21:35:02 +0000 |
commit | 592b4684a393f187ed17f2dbde89e7e974b93bec (patch) | |
tree | 27021a1a3a7da6ee5ba8051ad9cddf8203ff8263 /sys/lib/libkern | |
parent | 44ce7129fce40e129e05c87cdc90ad808c587ea4 (diff) |
spelling; from Brian Poole <raj@cerias.purdue.edu>
Diffstat (limited to 'sys/lib/libkern')
-rw-r--r-- | sys/lib/libkern/md5.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/lib/libkern/md5.c b/sys/lib/libkern/md5.c index a332b1a836d..bdd3d84e1d4 100644 --- a/sys/lib/libkern/md5.c +++ b/sys/lib/libkern/md5.c @@ -1,8 +1,8 @@ -/* $OpenBSD: md5.c,v 1.8 2002/03/14 01:27:07 millert Exp $ */ +/* $OpenBSD: md5.c,v 1.9 2002/06/14 21:34:59 todd Exp $ */ /* * The rest of the code is derived from MD5C.C by RSADSI. Minor cosmetic - * changes to accomodate it in the kernel by ji. + * changes to accommodate it in the kernel by ji. */ /* MD5C.C - RSA Data Security, Inc., MD5 message-digest algorithm |