Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/lib/libc/arch/arm/gen/flt_rounds.c,v rcsdiff: /ftp/cvs/cvsroot/src/lib/libc/arch/arm/gen/flt_rounds.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- src/lib/libc/arch/arm/gen/flt_rounds.c 2005/06/12 05:21:25 1.2 +++ src/lib/libc/arch/arm/gen/flt_rounds.c 2006/02/25 00:58:35 1.3 @@ -1,4 +1,4 @@ -/* $NetBSD: flt_rounds.c,v 1.2 2005/06/12 05:21:25 lukem Exp $ */ +/* $NetBSD: flt_rounds.c,v 1.3 2006/02/25 00:58:35 wiz Exp $ */ /* * Copyright (c) 1996 Mark Brinicombe @@ -33,7 +33,7 @@ #include #if defined(LIBC_SCCS) && !defined(lint) -__RCSID("$NetBSD: flt_rounds.c,v 1.2 2005/06/12 05:21:25 lukem Exp $"); +__RCSID("$NetBSD: flt_rounds.c,v 1.3 2006/02/25 00:58:35 wiz Exp $"); #endif /* LIBC_SCCS and not lint */ #include @@ -61,7 +61,7 @@ static const int map[] = { * HOWEVER: * The ARM FPA codes the rounding mode into the actual FP instructions * so there is no such thing as a global rounding mode. - * The default is round to nearest if rounding is not explictly specified. + * The default is round to nearest if rounding is not explicitly specified. * FP instructions generated by GCC will not explicitly specify a rounding * mode. *