diff options
author | Luke Dashjr <luke-jr+git@utopios.org> | 2016-09-21 22:54:49 +0000 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2016-10-27 14:47:22 +0200 |
commit | 2cfcca7ca6f4036845f8e845cb4b55bd4e07ed64 (patch) | |
tree | e4a30e67c7dff9610ae8161ee808a1506e1a6f89 /build-aux | |
parent | fa58e55cef9a901b433544338dccd562dbe461ee (diff) |
Trivial: build-aux/m4/l_atomic: Fix typo
Github-Pull: #8784
Rebased-From: 3f8a5d8f6e95c3c1aa62433abc5edb0c93caae11
Diffstat (limited to 'build-aux')
-rw-r--r-- | build-aux/m4/l_atomic.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build-aux/m4/l_atomic.m4 b/build-aux/m4/l_atomic.m4 index 906724b640..1cb13587a9 100644 --- a/build-aux/m4/l_atomic.m4 +++ b/build-aux/m4/l_atomic.m4 @@ -32,7 +32,7 @@ AC_DEFUN([CHECK_ATOMIC], [ AC_MSG_RESULT([yes]) ],[ AC_MSG_RESULT([no]) - AC_MSG_FAILURE([cannot figure our how to use std::atomic]) + AC_MSG_FAILURE([cannot figure out how to use std::atomic]) ]) ]) |