Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/pkg_install/lib fix comment, thanks simon.



details:   https://anonhg.NetBSD.org/src/rev/6ba933e0a001
branches:  trunk
changeset: 545566:6ba933e0a001
user:      grant <grant%NetBSD.org@localhost>
date:      Thu Apr 10 23:38:16 2003 +0000

description:
fix comment, thanks simon.

diffstat:

 usr.sbin/pkg_install/lib/pen.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r 17e819687d35 -r 6ba933e0a001 usr.sbin/pkg_install/lib/pen.c
--- a/usr.sbin/pkg_install/lib/pen.c    Thu Apr 10 23:31:26 2003 +0000
+++ b/usr.sbin/pkg_install/lib/pen.c    Thu Apr 10 23:38:16 2003 +0000
@@ -1,11 +1,11 @@
-/*     $NetBSD: pen.c,v 1.25 2003/04/10 23:31:26 grant Exp $   */
+/*     $NetBSD: pen.c,v 1.26 2003/04/10 23:38:16 grant Exp $   */
 
 #include <sys/cdefs.h>
 #ifndef lint
 #if 0
 static const char *rcsid = "from FreeBSD Id: pen.c,v 1.25 1997/10/08 07:48:12 charnier Exp";
 #else
-__RCSID("$NetBSD: pen.c,v 1.25 2003/04/10 23:31:26 grant Exp $");
+__RCSID("$NetBSD: pen.c,v 1.26 2003/04/10 23:38:16 grant Exp $");
 #endif
 #endif
 
@@ -197,7 +197,7 @@
 }
 
 /*
- * Return free disk space (in bytes) on given file system. We use
+ * Return free disk space (in bytes) on given file system.
  * Returns size in a uint64_t since off_t isn't 64 bits on all
  * operating systems.
  */



Home | Main Index | Thread Index | Old Index