1
1

opal_config_asm.m4: fix typo in output message

Thanks to Paul Hargrove for spotting the typo.

cmr=v1.8.3:reviewer=rhc

This commit was SVN r32505.
Этот коммит содержится в:
Jeff Squyres 2014-08-11 13:28:17 +00:00
родитель 5ca2fffa44
Коммит 7a8c3ed0d1

Просмотреть файл

@ -9,7 +9,7 @@ dnl Copyright (c) 2004-2006 High Performance Computing Center Stuttgart,
dnl University of Stuttgart. All rights reserved.
dnl Copyright (c) 2004-2005 The Regents of the University of California.
dnl All rights reserved.
dnl Copyright (c) 2008-2009 Cisco Systems, Inc. All rights reserved.
dnl Copyright (c) 2008-2014 Cisco Systems, Inc. All rights reserved.
dnl Copyright (c) 2010 Oracle and/or its affiliates. All rights reserved.
dnl $COPYRIGHT$
dnl
@ -961,7 +961,7 @@ AC_MSG_ERROR([Can not continue.])
result="OPAL_$opal_cv_asm_arch"
OPAL_ASSEMBLY_ARCH="$opal_cv_asm_arch"
AC_MSG_CHECKING([for asssembly architecture])
AC_MSG_CHECKING([for assembly architecture])
AC_MSG_RESULT([$opal_cv_asm_arch])
AC_DEFINE_UNQUOTED([OPAL_ASSEMBLY_ARCH], [$result],
[Architecture type of assembly to use for atomic operations and CMA])