summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorkeihan <keihan@NetBSD.org>2003-11-14 16:43:57 +0000
committerkeihan <keihan@NetBSD.org>2003-11-14 16:43:57 +0000
commitf73b119e0474d5743ea2ba8eb4e5a1caa28fc3f0 (patch)
tree6289da817c9da151ffa202a02c01d211d4eea4d5 /lib/libc
parent5e0fd052daf722b0fa420a8e0d2d6c85e9eca69f (diff)
s/modifed/modified/
And while here... s/NetBSD.ORG/NetBSD.org/
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/md/md5c.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/md/md5c.c b/lib/libc/md/md5c.c
index 1298e6b57c2..7affc6b252a 100644
--- a/lib/libc/md/md5c.c
+++ b/lib/libc/md/md5c.c
@@ -1,8 +1,8 @@
-/* $NetBSD: md5c.c,v 1.18 2003/10/27 00:12:42 lukem Exp $ */
+/* $NetBSD: md5c.c,v 1.19 2003/11/14 16:43:57 keihan Exp $ */
/*
* This file is derived from the RSA Data Security, Inc. MD5 Message-Digest
- * Algorithm and has been modifed by Jason R. Thorpe <thorpej@NetBSD.ORG>
+ * Algorithm and has been modified by Jason R. Thorpe <thorpej@NetBSD.org>
* for portability and formatting.
*/