1
1

Fix minor typo in the comment/docs

This commit was SVN r7126.
Этот коммит содержится в:
Jeff Squyres 2005-09-01 12:12:32 +00:00
родитель 4c59058053
Коммит 67168466be

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

@ -195,9 +195,9 @@ void opal_atomic_rmb(void);
*
* Use system-specific features to instruct the processor and memory
* conrtoller that all writes that have been posted before the call to
* \c opal_atomic_rmb() must appear to have been completed before the
* \c opal_atomic_wmb() must appear to have been completed before the
* next write. Nothing is said about the ordering of reads when using
* \c opal_atomic_rmb().
* \c opal_atomic_wmb().
*/
void opal_atomic_wmb(void);