1
1

Merge pull request #5174 from hoopoepg/topic/typo-in-comment

CONVERTOR: fixed typos in comments
Этот коммит содержится в:
Jeff Squyres 2018-05-17 12:15:02 -04:00 коммит произвёл GitHub
родитель 74257aaee5 52d5ca048e
Коммит 22bfdb194d
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23

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

@ -171,7 +171,7 @@ opal_unpack_homogeneous_contig_function( opal_convertor_t* pConv,
* part of the datatype is already received, we need to use a trick to handle this special * part of the datatype is already received, we need to use a trick to handle this special
* case. The trick is to fill the missing part with some well known value, unpack the data * case. The trick is to fill the missing part with some well known value, unpack the data
* as if it was completely received, and then move into the user memory only the bytes * as if it was completely received, and then move into the user memory only the bytes
* that don't match th wekk known value. This approach work as long as there is no need * that don't match the well known value. This approach work as long as there is no need
* for more than structural changes. They will not work for cases where we will have to * for more than structural changes. They will not work for cases where we will have to
* change the content of the data (as in all conversions that require changing the size * change the content of the data (as in all conversions that require changing the size
* of the exponent or mantissa). * of the exponent or mantissa).