Skip to content

Commit 6f61c18

Browse files
committed
a bit more cleanup
Signed-off-by: Howard Pritchard <howardp@lanl.gov>
1 parent c10ad8f commit 6f61c18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ompi/attribute/attribute.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ struct ompi_attribute_keyval_t {
136136
copy/delete attribute functions
137137
properly and error checking */
138138
int attr_flag; /**< flag field: contains "OMPI_KEYVAL_PREDEFINED",
139-
"OMPI_KEYVAL_F77", etc. */
139+
"OMPI_KEYVAL_F77" */
140140
ompi_attribute_fn_ptr_union_t copy_attr_fn; /**< Copy function for the
141141
attribute */
142142
ompi_attribute_fn_ptr_union_t delete_attr_fn; /**< Delete function for the

0 commit comments

Comments
 (0)