Skip to content

Commit 14fdf75

Browse files
committed
fs/pvfs2: fix typo
Thanks Dave Love for reporting this issue. Fixes #1272
1 parent d80b98b commit 14fdf75

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ompi/mca/fs/pvfs2/fs_pvfs2_component.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
* Copyright (c) 2008-2013 University of Houston. All rights reserved.
1414
* Copyright (c) 2015 Los Alamos National Security, LLC. All rights
1515
* reserved.
16+
* Copyright (c) 2016 Research Organization for Information Science
17+
* and Technology (RIST). All rights reserved.
1618
* $COPYRIGHT$
1719
*
1820
* Additional copyrights may follow
@@ -68,7 +70,7 @@ mca_fs_base_component_2_0_0_t mca_fs_pvfs2_component = {
6870
.fsm_init_query = mca_fs_pvfs2_component_init_query, /* get thread level */
6971
.fsm_file_query = mca_fs_pvfs2_component_file_query, /* get priority and actions */
7072
.fsm_file_unquery = mca_fs_pvfs2_component_file_unquery, /* undo what was done by previous function */
71-
};.
73+
};
7274

7375
static int
7476
pvfs2_register(void)

0 commit comments

Comments
 (0)