aboutsummaryrefslogtreecommitdiff
path: root/gdbsupport
diff options
context:
space:
mode:
Diffstat (limited to 'gdbsupport')
-rw-r--r--gdbsupport/aclocal.m42
-rwxr-xr-xgdbsupport/configure2
-rw-r--r--gdbsupport/parallel-for.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/gdbsupport/aclocal.m4 b/gdbsupport/aclocal.m4
index f6bbeab..e309904 100644
--- a/gdbsupport/aclocal.m4
+++ b/gdbsupport/aclocal.m4
@@ -546,7 +546,7 @@ Oops!
Your 'rm' program seems unable to run without file operands specified
on the command line, even when the '-f' option is present. This is contrary
-to the behaviour of most rm programs out there, and not conforming with
+to the behavior of most rm programs out there, and not conforming with
the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
Please tell bug-automake@gnu.org about your system, including the value
diff --git a/gdbsupport/configure b/gdbsupport/configure
index 0240847..0b1336d 100755
--- a/gdbsupport/configure
+++ b/gdbsupport/configure
@@ -3515,7 +3515,7 @@ Oops!
Your 'rm' program seems unable to run without file operands specified
on the command line, even when the '-f' option is present. This is contrary
-to the behaviour of most rm programs out there, and not conforming with
+to the behavior of most rm programs out there, and not conforming with
the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
Please tell bug-automake@gnu.org about your system, including the value
diff --git a/gdbsupport/parallel-for.h b/gdbsupport/parallel-for.h
index 173fe98..406c440 100644
--- a/gdbsupport/parallel-for.h
+++ b/gdbsupport/parallel-for.h
@@ -136,7 +136,7 @@ parallel_for_each (unsigned n, RandomIt first, RandomIt last,
}
/* A sequential drop-in replacement of parallel_for_each. This can be useful
- when debugging multi-threading behaviour, and you want to limit
+ when debugging multi-threading behavior, and you want to limit
multi-threading in a fine-grained way. */
template<class RandomIt, class RangeFunction>