Source-Changes-HG archive

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

[src/trunk]: src exitting -> exiting.



details:   https://anonhg.NetBSD.org/src/rev/4629517dd6bb
branches:  trunk
changeset: 784385:4629517dd6bb
user:      mbalmer <mbalmer%NetBSD.org@localhost>
date:      Sun Jan 27 14:47:37 2013 +0000

description:
exitting -> exiting.

diffstat:

 sys/compat/linux/arch/powerpc/linux_machdep.c |  6 +++---
 sys/dev/stbi/stb_image.c                      |  4 ++--
 tests/lib/libpthread/t_fpu.c                  |  6 +++---
 3 files changed, 8 insertions(+), 8 deletions(-)

diffs (75 lines):

diff -r ccd68d975234 -r 4629517dd6bb sys/compat/linux/arch/powerpc/linux_machdep.c
--- a/sys/compat/linux/arch/powerpc/linux_machdep.c     Sun Jan 27 14:10:22 2013 +0000
+++ b/sys/compat/linux/arch/powerpc/linux_machdep.c     Sun Jan 27 14:47:37 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: linux_machdep.c,v 1.46 2011/05/05 16:20:55 matt Exp $ */
+/*     $NetBSD: linux_machdep.c,v 1.47 2013/01/27 14:47:37 mbalmer Exp $ */
 
 /*-
  * Copyright (c) 1995, 2000, 2001 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: linux_machdep.c,v 1.46 2011/05/05 16:20:55 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: linux_machdep.c,v 1.47 2013/01/27 14:47:37 mbalmer Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -249,7 +249,7 @@
        if (onstack)
                l->l_sigstk.ss_flags |= SS_ONSTACK;
 #ifdef DEBUG_LINUX
-       printf("linux_sendsig: exitting. fp=0x%lx\n",(long)fp);
+       printf("linux_sendsig: exiting. fp=0x%lx\n",(long)fp);
 #endif
 }
 
diff -r ccd68d975234 -r 4629517dd6bb sys/dev/stbi/stb_image.c
--- a/sys/dev/stbi/stb_image.c  Sun Jan 27 14:10:22 2013 +0000
+++ b/sys/dev/stbi/stb_image.c  Sun Jan 27 14:47:37 2013 +0000
@@ -430,7 +430,7 @@
 #endif
 #ifdef _KERNEL
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: stb_image.c,v 1.4 2012/06/02 14:37:38 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: stb_image.c,v 1.5 2013/01/27 14:47:37 mbalmer Exp $");
 #include <sys/param.h>
 #include <sys/systm.h>
 #include <sys/kernel.h>
@@ -2800,7 +2800,7 @@
    p = (uint8 *) MALLOC(pixel_count * pal_img_n);
    if (p == NULL) return e("outofmem", "Out of memory");
 
-   // between here and FREE(out) below, exitting would leak
+   // between here and FREE(out) below, exiting would leak
    temp_out = p;
 
    if (pal_img_n == 3) {
diff -r ccd68d975234 -r 4629517dd6bb tests/lib/libpthread/t_fpu.c
--- a/tests/lib/libpthread/t_fpu.c      Sun Jan 27 14:10:22 2013 +0000
+++ b/tests/lib/libpthread/t_fpu.c      Sun Jan 27 14:47:37 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: t_fpu.c,v 1.1 2010/07/16 15:42:53 jmmv Exp $ */
+/* $NetBSD: t_fpu.c,v 1.2 2013/01/27 14:47:37 mbalmer Exp $ */
 
 /*
  * Copyright (c) 2008 The NetBSD Foundation, Inc.
@@ -29,7 +29,7 @@
 #include <sys/cdefs.h>
 __COPYRIGHT("@(#) Copyright (c) 2008\
  The NetBSD Foundation, inc. All rights reserved.");
-__RCSID("$NetBSD: t_fpu.c,v 1.1 2010/07/16 15:42:53 jmmv Exp $");
+__RCSID("$NetBSD: t_fpu.c,v 1.2 2013/01/27 14:47:37 mbalmer Exp $");
 
 /*
  * This is adapted from part of csw/cstest of the MPD implementation by
@@ -137,7 +137,7 @@
        pthread_create(&s5, 0, stir, stirseed);
        recurse();
 
-       atf_tc_fail("exitting from main");
+       atf_tc_fail("exiting from main");
 }
 
 ATF_TP_ADD_TCS(tp)



Home | Main Index | Thread Index | Old Index