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/9b40d18b224e
branches:  trunk
changeset: 792359:9b40d18b224e
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 1061b8452055 -r 9b40d18b224e 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