Skip to content

Commit 83e4a45

Browse files
jsquyresggouaillardet
authored andcommitted
event: trivial comment change
Switch from #-style to dnl-style. Signed-off-by: Jeff Squyres <[email protected]>
1 parent ce2c9ff commit 83e4a45

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

opal/mca/event/configure.m4

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
dnl -*- shell-script -*-
22
dnl
3-
dnl Copyright (c) 2010-2013 Cisco Systems, Inc. All rights reserved.
3+
dnl Copyright (c) 2010-2018 Cisco Systems, Inc. All rights reserved
44
dnl $COPYRIGHT$
55
dnl
66
dnl Additional copyrights may follow
77
dnl
88
dnl $HEADER$
99
dnl
1010

11-
# There will only be one component used in this framework, and it will
12-
# be selected at configure time by priority. Components must set
13-
# their priorities in their configure.m4 files. They must also set
14-
# the shell variable $opal_event_base_include to a header file name
15-
# (relative to opal/mca/event) that will be included in
16-
# opal/mca/event/event.h.
11+
dnl There will only be one component used in this framework, and it will
12+
dnl be selected at configure time by priority. Components must set
13+
dnl their priorities in their configure.m4 files. They must also set
14+
dnl the shell variable $opal_event_base_include to a header file name
15+
dnl (relative to opal/mca/event) that will be included in
16+
dnl opal/mca/event/event.h.
1717

1818
dnl We only want one winning component (vs. STOP_AT_FIRST_PRIORITY,
1919
dnl which will allow all components of the same priority who succeed to

0 commit comments

Comments
 (0)