1
1
Tweak a comment to match the code.

This commit was SVN r11839.

The following Trac tickets were found above:
  Ticket 429 --> https://svn.open-mpi.org/trac/ompi/ticket/429
Этот коммит содержится в:
Jeff Squyres 2006-09-27 00:04:24 +00:00
родитель 13d5e5aab4
Коммит afa7f53d43

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

@ -52,7 +52,7 @@ int MPI_Info_get_nthkey(MPI_Info info, int n, char *key)
/*
* 1. Check if info is a valid handle
* 2. Check if there are atleast "n" elements
* 2. Check if there are at least (n+1) elements
* 3. If so, give the nth defined key
*/
if (MPI_PARAM_CHECK) {