Browse Source

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

pull/245/head
Luke Dashjr 8 years ago
committed by Daira Hopwood
parent
commit
5cf90cbc99
  1. 2
      build-aux/m4/l_atomic.m4

2
build-aux/m4/l_atomic.m4

@ -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])
])
])

Loading…
Cancel
Save