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 Typo in comment



details:   https://anonhg.NetBSD.org/src/rev/e201b1fc39f9
branches:  trunk
changeset: 326161:e201b1fc39f9
user:      skrll <skrll%NetBSD.org@localhost>
date:      Tue Jan 21 12:47:20 2014 +0000

description:
Typo in comment

diffstat:

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

diffs (18 lines):

diff -r f513b6a0977b -r e201b1fc39f9 sys/arch/arm/vfp/vfp_init.c
--- a/sys/arch/arm/vfp/vfp_init.c       Tue Jan 21 09:26:47 2014 +0000
+++ b/sys/arch/arm/vfp/vfp_init.c       Tue Jan 21 12:47:20 2014 +0000
@@ -1,4 +1,4 @@
-/*      $NetBSD: vfp_init.c,v 1.29 2013/12/27 12:16:01 matt Exp $ */
+/*      $NetBSD: vfp_init.c,v 1.30 2014/01/21 12:47:20 skrll Exp $ */
 
 /*
  * Copyright (c) 2008 ARM Ltd
@@ -202,7 +202,7 @@
 #endif
 
        /*
-        * We know know the pcb has the saved copy.
+        * We now know the pcb has the saved copy.
         */
        register_t * const regp = &frame->tf_r0 + regno;
        if (insn & 0x00100000) {



Home | Main Index | Thread Index | Old Index