summaryrefslogtreecommitdiff
path: root/pkgtools/pkg_install/files/lib/dewey.c
diff options
context:
space:
mode:
Diffstat (limited to 'pkgtools/pkg_install/files/lib/dewey.c')
-rw-r--r--pkgtools/pkg_install/files/lib/dewey.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/pkg_install/files/lib/dewey.c b/pkgtools/pkg_install/files/lib/dewey.c
index a6ece428ea2..f9815c46e1b 100644
--- a/pkgtools/pkg_install/files/lib/dewey.c
+++ b/pkgtools/pkg_install/files/lib/dewey.c
@@ -1,4 +1,4 @@
-/* $NetBSD: dewey.c,v 1.8 2007/09/27 13:30:28 joerg Exp $ */
+/* $NetBSD: dewey.c,v 1.8.8.1 2008/12/28 00:55:47 joerg Exp $ */
/*
* Copyright © 2002 Alistair G. Crooks. All rights reserved.
@@ -173,7 +173,7 @@ mkcomponent(arr_t *ap, const char *num)
return 1;
}
-/* make a version number string into an array of comparable 64bit ints */
+/* make a version number string into an array of comparable ints */
static int
mkversion(arr_t *ap, const char *num)
{