diff liboctave/numeric/randmtzig.c @ 21308:c53bfd6d8e08

maint: Use American spelling for "behavior". * Array.cc, randmtzig.c, file-ops.cc, oct-inttypes.h, cross.m, bicgstab.m, kurtosis.m, skewness.m, build-sparse-tests.sh, __ilu__.cc, __magick_read__.cc: Use American spelling for "behavior".
author Rik <rik@octave.org>
date Fri, 19 Feb 2016 09:40:59 -0800
parents 40de9f8f23a6
children db574711df78
line wrap: on
line diff
--- a/liboctave/numeric/randmtzig.c	Fri Feb 19 09:41:41 2016 -0800
+++ b/liboctave/numeric/randmtzig.c	Fri Feb 19 09:40:59 2016 -0800
@@ -102,7 +102,7 @@
    /dev/urandom defined.
 
    Uses implicit -Di386 or explicit -DHAVE_X86_32 to determine if CPU=x86.
-   You can force X86 behaviour with -DUSE_X86_32=1, or suppress it with
+   You can force X86 behavior with -DUSE_X86_32=1, or suppress it with
    -DUSE_X86_32=0. You should also consider -march=i686 or similar for
    extra performance. Check whether -DUSE_X86_32=0 is faster on 64-bit
    x86 architectures.