1
1

Fix some typos in comments submitted by Bert Wesarg.

This commit was SVN r20695.
Этот коммит содержится в:
Jeff Squyres 2009-03-03 12:50:46 +00:00
родитель f81d357c53
Коммит cfcca7d80e

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

@ -83,7 +83,7 @@ OPAL_DECLSPEC int opal_vsnprintf(char *str, size_t size, const char *fmt, va_li
* string that specifies how subsequent arguments are converted for
* output.
*
* @param *ptr Pointer to utput string buffer
* @param *ptr Pointer to output string buffer
* @param fmt Output format
* @return Length of output string
*
@ -106,7 +106,7 @@ OPAL_DECLSPEC int opal_asprintf(char **ptr, const char *fmt, ...) __opal_attrib
* variable-length argument facilities of stdarg(3) are converted for
* output.
*
* @param *ptr Pointer to utput string buffer
* @param *ptr Pointer to output string buffer
* @param fmt Output format
* @param ap Variable argument list pointer
* @return Length of output string