From b4e445afb53a1e3ef018c838292df64ec3c31b3a Mon Sep 17 00:00:00 2001 From: Gilles Gouaillardet Date: Tue, 28 Oct 2014 11:25:42 +0900 Subject: [PATCH] btl/sm: fix a typo in the error message --- opal/mca/btl/sm/btl_sm_component.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/opal/mca/btl/sm/btl_sm_component.c b/opal/mca/btl/sm/btl_sm_component.c index d763a4886f..4417d44f65 100644 --- a/opal/mca/btl/sm/btl_sm_component.c +++ b/opal/mca/btl/sm/btl_sm_component.c @@ -17,6 +17,8 @@ * Copyright (c) 2011-2014 NVIDIA Corporation. All rights reserved. * Copyright (c) 2010-2012 IBM Corporation. All rights reserved. * Copyright (c) 2014 Intel, Inc. All rights reserved. + * Copyright (c) 2014 Research Organization for Information Science + * and Technology (RIST). All rights reserved. * $COPYRIGHT$ * * Additional copyrights may follow @@ -433,7 +435,7 @@ create_and_attach(mca_btl_sm_component_t *comp_ptr, size_ctl_structure, data_seg_alignment))) { opal_output(0, "create_and_attach: unable to create shared memory " - "BTL coordinating strucure :: size %lu \n", + "BTL coordinating structure :: size %lu \n", (unsigned long)size); return OPAL_ERROR; }