diff options
| author | Luke Dashjr <[email protected]> | 2016-09-21 22:54:49 +0000 |
|---|---|---|
| committer | Luke Dashjr <[email protected]> | 2016-09-21 23:01:46 +0000 |
| commit | 3f8a5d8f6e95c3c1aa62433abc5edb0c93caae11 (patch) | |
| tree | fd5ea9f21ff1b59111a8c3598ab2fbe7323d3e6d | |
| parent | Add MIT license to autogen.sh and share/genbuild.sh (diff) | |
| download | discoin-3f8a5d8f6e95c3c1aa62433abc5edb0c93caae11.tar.xz discoin-3f8a5d8f6e95c3c1aa62433abc5edb0c93caae11.zip | |
Trivial: build-aux/m4/l_atomic: Fix typo
| -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 906724b64..1cb13587a 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]) ]) ]) |