Fix a small typo.
This commit was SVN r14321.
Этот коммит содержится в:
родитель
20f0ec584a
Коммит
af6891f471
@ -169,7 +169,7 @@ int orte_dss_open(void)
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
id = mca_base_param_register_int("dss", "buffer", "type",
|
id = mca_base_param_register_int("dss", "buffer", "type",
|
||||||
"Set the default mode for OpenRTE buffers (0=non-described, 1=described",
|
"Set the default mode for OpenRTE buffers (0=non-described, 1=described)",
|
||||||
def_type);
|
def_type);
|
||||||
mca_base_param_lookup_int(id, &rc);
|
mca_base_param_lookup_int(id, &rc);
|
||||||
default_buf_type = rc;
|
default_buf_type = rc;
|
||||||
|
Загрузка…
Ссылка в новой задаче
Block a user