Skip to content

Commit ca9009e

Browse files
committed
pmix/ext3x: fix minor typos
refer PMIx 3x instead of previous 2x Signed-off-by: Gilles Gouaillardet <gilles@rist.or.jp>
1 parent b3bd785 commit ca9009e

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

opal/mca/pmix/ext3x/ext3x.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil -*- */
22
/*
33
* Copyright (c) 2014-2018 Intel, Inc. All rights reserved.
4-
* Copyright (c) 2014-2017 Research Organization for Information Science
5-
* and Technology (RIST). All rights reserved.
4+
* Copyright (c) 2014-2018 Research Organization for Information Science
5+
* and Technology (RIST). All rights reserved.
66
* Copyright (c) 2014-2015 Mellanox Technologies, Inc.
77
* All rights reserved.
88
* Copyright (c) 2016 Cisco Systems, Inc. All rights reserved.
@@ -1257,7 +1257,7 @@ static void errreg_cbfunc (pmix_status_t status,
12571257
OPAL_ACQUIRE_OBJECT(op);
12581258
op->event->index = errhandler_ref;
12591259
opal_output_verbose(5, opal_pmix_base_framework.framework_output,
1260-
"PMIX2x errreg_cbfunc - error handler registered status=%d, reference=%lu",
1260+
"PMIX3x errreg_cbfunc - error handler registered status=%d, reference=%lu",
12611261
status, (unsigned long)errhandler_ref);
12621262
if (NULL != op->evregcbfunc) {
12631263
op->evregcbfunc(pmix3x_convert_rc(status), errhandler_ref, op->cbdata);

opal/mca/pmix/ext3x/ext3x.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
* Copyright (c) 2014-2018 Intel, Inc. All rights reserved.
44
* Copyright (c) 2014-2015 Mellanox Technologies, Inc.
55
* All rights reserved.
6-
* Copyright (c) 2016 Research Organization for Information Science
7-
* and Technology (RIST). All rights reserved.
6+
* Copyright (c) 2016-2018 Research Organization for Information Science
7+
* and Technology (RIST). All rights reserved.
88
* Copyright (c) 2017 Los Alamos National Security, LLC. All rights
99
* reserved.
1010
* $COPYRIGHT$
@@ -14,8 +14,8 @@
1414
* $HEADER$
1515
*/
1616

17-
#ifndef MCA_PMIX_PMIX2X_H
18-
#define MCA_PMIX_PMIX2X_H
17+
#ifndef MCA_PMIX_PMIX3X_H
18+
#define MCA_PMIX_PMIX3X_H
1919

2020
#include "opal_config.h"
2121

@@ -348,4 +348,4 @@ OPAL_MODULE_DECLSPEC pmix_proc_state_t ext3x_convert_opalstate(int state);
348348

349349
END_C_DECLS
350350

351-
#endif /* MCA_PMIX_EXTERNAL_H */
351+
#endif /* MCA_PMIX_PMIX3X_H */

0 commit comments

Comments
 (0)