Skip to content

Commit 3f8a5d8

Browse files
committed
Trivial: build-aux/m4/l_atomic: Fix typo
1 parent 3b4b6dc commit 3f8a5d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-aux/m4/l_atomic.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ AC_DEFUN([CHECK_ATOMIC], [
3232
AC_MSG_RESULT([yes])
3333
],[
3434
AC_MSG_RESULT([no])
35-
AC_MSG_FAILURE([cannot figure our how to use std::atomic])
35+
AC_MSG_FAILURE([cannot figure out how to use std::atomic])
3636
])
3737
])
3838

0 commit comments

Comments
 (0)