Trivial: build-aux/m4/l_atomic: Fix typo

This commit is contained in:
Luke Dashjr 2016-09-21 22:54:49 +00:00 committed by Daira Hopwood
parent 60c6730709
commit 5cf90cbc99
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,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])
])
])