summaryrefslogtreecommitdiff
path: root/sys/lib
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>2000-03-03 11:17:04 +0000
committerArtur Grabowski <art@cvs.openbsd.org>2000-03-03 11:17:04 +0000
commit64cf4e7639473a82a63723b0c5e0cfc5c25b83cc (patch)
tree807242eb5e43177f43e84e401e2e02cff09fa2ba /sys/lib
parent7d18683d6fdb993441cfbbacc353371dc690e5fe (diff)
fix a comment
Diffstat (limited to 'sys/lib')
-rw-r--r--sys/lib/libkern/arch/sparc/divrem.m46
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/lib/libkern/arch/sparc/divrem.m4 b/sys/lib/libkern/arch/sparc/divrem.m4
index 5c9973bb963..9f3199dd0b4 100644
--- a/sys/lib/libkern/arch/sparc/divrem.m4
+++ b/sys/lib/libkern/arch/sparc/divrem.m4
@@ -1,4 +1,4 @@
-/* $OpenBSD: divrem.m4,v 1.3 2000/02/22 19:27:19 deraadt Exp $ */
+/* $OpenBSD: divrem.m4,v 1.4 2000/03/03 11:17:03 art Exp $ */
/* $NetBSD: divrem.m4,v 1.3 1995/04/22 09:37:39 pk Exp $ */
/*
@@ -49,7 +49,7 @@
#ifdef notdef
.asciz "@(#)divrem.m4 8.1 (Berkeley) 6/4/93"
#endif
- .asciz "$OpenBSD: divrem.m4,v 1.3 2000/02/22 19:27:19 deraadt Exp $"
+ .asciz "$OpenBSD: divrem.m4,v 1.4 2000/03/03 11:17:03 art Exp $"
#endif /* LIBC_SCCS and not lint */
/*
@@ -57,7 +57,7 @@
*
* m4 parameters:
* NAME name of function to generate
- * NAME secondary name of function to generate
+ * NAME2 secondary name of function to generate
* OP OP=div => %o0 / %o1; OP=rem => %o0 % %o1
* S S=true => signed; S=false => unsigned
*