Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/m68k/fpe indent fix in a comment.



details:   https://anonhg.NetBSD.org/src/rev/6ccc185899c8
branches:  trunk
changeset: 325619:6ccc185899c8
user:      isaki <isaki%NetBSD.org@localhost>
date:      Wed Jan 01 05:23:40 2014 +0000

description:
indent fix in a comment.

diffstat:

 sys/arch/m68k/fpe/fpu_div.c |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (31 lines):

diff -r 0effe1e0bbdc -r 6ccc185899c8 sys/arch/m68k/fpe/fpu_div.c
--- a/sys/arch/m68k/fpe/fpu_div.c       Wed Jan 01 05:22:22 2014 +0000
+++ b/sys/arch/m68k/fpe/fpu_div.c       Wed Jan 01 05:23:40 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: fpu_div.c,v 1.9 2014/01/01 05:22:22 isaki Exp $ */
+/*     $NetBSD: fpu_div.c,v 1.10 2014/01/01 05:23:40 isaki Exp $ */
 
 /*
  * Copyright (c) 1992, 1993
@@ -45,7 +45,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: fpu_div.c,v 1.9 2014/01/01 05:22:22 isaki Exp $");
+__KERNEL_RCSID(0, "$NetBSD: fpu_div.c,v 1.10 2014/01/01 05:23:40 isaki Exp $");
 
 #include <sys/types.h>
 
@@ -168,9 +168,9 @@
         *      Inf / Inf = NaN, plus NV exception
         *      Inf / num = Inf
         *      Inf / 0   = Inf
-        *      0 / Inf = 0
-        *      0 / num = 0
-        *      0 / 0   = NaN, plus NV exception
+        *      0   / Inf = 0
+        *      0   / num = 0
+        *      0   / 0   = NaN, plus NV exception
         *      num / Inf = 0
         *      num / num = num (do the divide)
         *      num / 0   = Inf, plus DZ exception



Home | Main Index | Thread Index | Old Index