From: art Date: Fri, 3 Mar 2000 11:17:03 +0000 (+0000) Subject: fix a comment X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=fc6f1eb4be9910b324b4a2698b13f1f7c738ea88;p=openbsd fix a comment --- 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 *