Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/regress/sys/arch/arm/abort-fixup Fix typo in output.
details: https://anonhg.NetBSD.org/src/rev/0df2778374d4
branches: trunk
changeset: 770449:0df2778374d4
user: mbalmer <mbalmer%NetBSD.org@localhost>
date: Mon Oct 17 16:39:15 2011 +0000
description:
Fix typo in output.
diffstat:
regress/sys/arch/arm/abort-fixup/abortfixup.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (36 lines):
diff -r 5f537f5fa88d -r 0df2778374d4 regress/sys/arch/arm/abort-fixup/abortfixup.c
--- a/regress/sys/arch/arm/abort-fixup/abortfixup.c Mon Oct 17 16:37:50 2011 +0000
+++ b/regress/sys/arch/arm/abort-fixup/abortfixup.c Mon Oct 17 16:39:15 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: abortfixup.c,v 1.9 2011/05/18 19:44:18 mellon Exp $ */
+/* $NetBSD: abortfixup.c,v 1.10 2011/10/17 16:39:15 mbalmer Exp $ */
/*-
* Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -32,7 +32,7 @@
#include <sys/types.h>
-__RCSID("$NetBSD: abortfixup.c,v 1.9 2011/05/18 19:44:18 mellon Exp $");
+__RCSID("$NetBSD: abortfixup.c,v 1.10 2011/10/17 16:39:15 mbalmer Exp $");
#include <setjmp.h>
#include <signal.h>
@@ -73,7 +73,7 @@
" str r1, [r0], r1, ror #10");
/* Should not be reached if OK */
- printf("!!! Regression test FAILED - no SEGV recieved\n");
+ printf("!!! Regression test FAILED - no SEGV received\n");
exit(1);
}
@@ -88,7 +88,7 @@
" str r1, [r0, r1, ror #10]");
/* Should not be reached if OK */
- printf("!!! Regression test FAILED - no SEGV recieved\n");
+ printf("!!! Regression test FAILED - no SEGV received\n");
exit(1);
}
Home |
Main Index |
Thread Index |
Old Index