Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arm/vfp propogation -> propagation



details:   https://anonhg.NetBSD.org/src/rev/9d5448ee2bed
branches:  trunk
changeset: 328527:9d5448ee2bed
user:      matt <matt%NetBSD.org@localhost>
date:      Sun Apr 06 00:54:52 2014 +0000

description:
propogation -> propagation

diffstat:

 sys/arch/arm/vfp/vfp_init.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r a9ce3a53743f -r 9d5448ee2bed sys/arch/arm/vfp/vfp_init.c
--- a/sys/arch/arm/vfp/vfp_init.c       Sat Apr 05 23:45:11 2014 +0000
+++ b/sys/arch/arm/vfp/vfp_init.c       Sun Apr 06 00:54:52 2014 +0000
@@ -1,4 +1,4 @@
-/*      $NetBSD: vfp_init.c,v 1.37 2014/03/28 21:39:09 matt Exp $ */
+/*      $NetBSD: vfp_init.c,v 1.38 2014/04/06 00:54:52 matt Exp $ */
 
 /*
  * Copyright (c) 2008 ARM Ltd
@@ -339,7 +339,7 @@
                    model,
                    ((f0 & ARM_MVFR0_ROUNDING_MASK) ? ", rounding" : ""),
                    ((f0 & ARM_MVFR0_EXCEPT_MASK) ? ", exceptions" : ""),
-                   ((f1 & ARM_MVFR1_D_NAN_MASK) ? ", NaN propogation" : ""),
+                   ((f1 & ARM_MVFR1_D_NAN_MASK) ? ", NaN propagation" : ""),
                    ((f1 & ARM_MVFR1_FTZ_MASK) ? ", denormals" : ""));
                aprint_verbose("vfp%d: mvfr: [0]=%#x [1]=%#x\n",
                    device_unit(ci->ci_dev), f0, f1);
@@ -350,7 +350,7 @@
                        if (f1 & ARM_MVFR0_EXCEPT_MASK) {
                                vfp_fpscr_changable |= VFP_FPSCR_ESUM;
                        }
-                       // If hardware supports propogation of NaNs, select it.
+                       // If hardware supports propagation of NaNs, select it.
                        if (f1 & ARM_MVFR1_D_NAN_MASK) {
                                vfp_fpscr_default &= ~VFP_FPSCR_DN;
                                vfp_fpscr_changable |= VFP_FPSCR_DN;



Home | Main Index | Thread Index | Old Index