Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/lib/libsa Fix tyop in comment.



details:   https://anonhg.NetBSD.org/src/rev/27acbad003ba
branches:  trunk
changeset: 499657:27acbad003ba
user:      simonb <simonb%NetBSD.org@localhost>
date:      Sun Nov 26 03:31:20 2000 +0000

description:
Fix tyop in comment.

diffstat:

 sys/lib/libsa/cread.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r e95919ded858 -r 27acbad003ba sys/lib/libsa/cread.c
--- a/sys/lib/libsa/cread.c     Sun Nov 26 03:28:41 2000 +0000
+++ b/sys/lib/libsa/cread.c     Sun Nov 26 03:31:20 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cread.c,v 1.12 2000/02/03 19:53:03 drochner Exp $      */
+/*     $NetBSD: cread.c,v 1.13 2000/11/26 03:31:20 simonb Exp $        */
 
 /*
  * Copyright (c) 1996
@@ -87,7 +87,7 @@
 static unsigned long   getLong __P((struct sd *));
 static void            check_header __P((struct sd *));
 
-/* XXX - find suitable headerf ile for these: */
+/* XXX - find suitable header file for these: */
 void   *zcalloc __P((void *, unsigned int, unsigned int));
 void   zcfree __P((void *, void *));
 void   zmemcpy __P((unsigned char *, unsigned char *, unsigned int));



Home | Main Index | Thread Index | Old Index