diff options
author | Luke Dashjr <luke-jr+git@utopios.org> | 2016-09-21 22:54:49 +0000 |
---|---|---|
committer | Luke Dashjr <luke-jr+git@utopios.org> | 2016-09-21 23:01:46 +0000 |
commit | 3f8a5d8f6e95c3c1aa62433abc5edb0c93caae11 (patch) | |
tree | fd5ea9f21ff1b59111a8c3598ab2fbe7323d3e6d /build-aux/m4 | |
parent | 3b4b6dcdd77f3ba76fb0cda6f2c277ec1629d8d3 (diff) |
Trivial: build-aux/m4/l_atomic: Fix typo
Diffstat (limited to 'build-aux/m4')
-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]) ]) ]) |