Module Name:    src
Committed By:   mbalmer
Date:           Sun Jan 27 14:47:38 UTC 2013

Modified Files:
        src/sys/compat/linux/arch/powerpc: linux_machdep.c
        src/sys/dev/stbi: stb_image.c
        src/tests/lib/libpthread: t_fpu.c

Log Message:
exitting -> exiting.


To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 src/sys/compat/linux/arch/powerpc/linux_machdep.c
cvs rdiff -u -r1.4 -r1.5 src/sys/dev/stbi/stb_image.c
cvs rdiff -u -r1.1 -r1.2 src/tests/lib/libpthread/t_fpu.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/compat/linux/arch/powerpc/linux_machdep.c
diff -u src/sys/compat/linux/arch/powerpc/linux_machdep.c:1.46 src/sys/compat/linux/arch/powerpc/linux_machdep.c:1.47
--- src/sys/compat/linux/arch/powerpc/linux_machdep.c:1.46	Thu May  5 16:20:55 2011
+++ src/sys/compat/linux/arch/powerpc/linux_machdep.c	Sun Jan 27 14:47:37 2013
@@ -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 @@ linux_sendsig(const ksiginfo_t *ksi, con
 	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
 }
 

Index: src/sys/dev/stbi/stb_image.c
diff -u src/sys/dev/stbi/stb_image.c:1.4 src/sys/dev/stbi/stb_image.c:1.5
--- src/sys/dev/stbi/stb_image.c:1.4	Sat Jun  2 14:37:38 2012
+++ src/sys/dev/stbi/stb_image.c	Sun Jan 27 14:47:37 2013
@@ -430,7 +430,7 @@ extern int      stbi_gif_info_from_file 
 #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 @@ static int expand_palette(png *a, uint8 
    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) {

Index: src/tests/lib/libpthread/t_fpu.c
diff -u src/tests/lib/libpthread/t_fpu.c:1.1 src/tests/lib/libpthread/t_fpu.c:1.2
--- src/tests/lib/libpthread/t_fpu.c:1.1	Fri Jul 16 15:42:53 2010
+++ src/tests/lib/libpthread/t_fpu.c	Sun Jan 27 14:47:37 2013
@@ -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 @@ ATF_TC_BODY(fpu, tc)
 	pthread_create(&s5, 0, stir, stirseed);
 	recurse();
 
-	atf_tc_fail("exitting from main");
+	atf_tc_fail("exiting from main");
 }
 
 ATF_TP_ADD_TCS(tp)

Reply via email to