1
1

Merge pull request #362 from hppritcha/topic/mtl_grammar_fix

mtl: minor grammar fix in comments
Этот коммит содержится в:
Howard Pritchard 2015-01-28 05:35:24 -07:00
родитель e7fa600d85 e177dfc226
Коммит 4637b49bf4

Просмотреть файл

@ -58,7 +58,7 @@ typedef struct mca_mtl_request_t mca_mtl_request_t;
*
* Initialization routine for MTL component. This function should
* allocate resources for communication and try to do all local setup.
* It should not attempt to contract it's peers, as that should be
* It should not attempt to contact it's peers, as that should be
* done at add_procs time. Contact information should be published
* during this initialization function. It will be made available
* during add_procs().