Source-Changes-HG archive

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

[src/trunk]: src/tests/lib/libc/gen Use English spelling of alignment.



details:   https://anonhg.NetBSD.org/src/rev/7d790a137ff1
branches:  trunk
changeset: 793045:7d790a137ff1
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sat Jan 25 10:09:47 2014 +0000

description:
Use English spelling of alignment.

diffstat:

 tests/lib/libc/gen/t_siginfo.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r f110da925380 -r 7d790a137ff1 tests/lib/libc/gen/t_siginfo.c
--- a/tests/lib/libc/gen/t_siginfo.c    Sat Jan 25 05:15:43 2014 +0000
+++ b/tests/lib/libc/gen/t_siginfo.c    Sat Jan 25 10:09:47 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: t_siginfo.c,v 1.20 2013/04/12 17:30:50 christos Exp $ */
+/* $NetBSD: t_siginfo.c,v 1.21 2014/01/25 10:09:47 skrll Exp $ */
 
 /*-
  * Copyright (c) 2010 The NetBSD Foundation, Inc.
@@ -460,7 +460,7 @@
        sigemptyset(&sa.sa_mask);
        sigaction(SIGBUS, &sa, NULL);
 
-       /* Enable alignement checks for x86. 0x40000 is PSL_AC. */
+       /* Enable alignment checks for x86. 0x40000 is PSL_AC. */
 #if defined(__i386__)
        __asm__("pushf; orl $0x40000, (%esp); popf");
 #elif defined(__amd64__)



Home | Main Index | Thread Index | Old Index