summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_install/lib
diff options
context:
space:
mode:
authorgrant <grant@NetBSD.org>2003-04-10 23:38:16 +0000
committergrant <grant@NetBSD.org>2003-04-10 23:38:16 +0000
commitc839e381ae9c8cf34f727ca6a7f0be9bbf54b6ea (patch)
tree861aee57b1fc3ad38f1ebbe2380dca3619307397 /usr.sbin/pkg_install/lib
parenta8bd964bf898691f785bc7cc79ff72e22a4bcb24 (diff)
fix comment, thanks simon.
Diffstat (limited to 'usr.sbin/pkg_install/lib')
-rw-r--r--usr.sbin/pkg_install/lib/pen.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/pkg_install/lib/pen.c b/usr.sbin/pkg_install/lib/pen.c
index fe83187eade..720646f850b 100644
--- a/usr.sbin/pkg_install/lib/pen.c
+++ b/usr.sbin/pkg_install/lib/pen.c
@@ -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 @@ leave_playpen(char *save)
}
/*
- * 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.
*/