From: Bert Wesarg <bert.wes...@googlemail.com>

Regards,
Bert Wesarg
---

 opal/util/printf.h |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --quilt old/opal/util/printf.h new/opal/util/printf.h
--- old/opal/util/printf.h
+++ new/opal/util/printf.h
@@ -83,7 +83,7 @@ OPAL_DECLSPEC int  opal_vsnprintf(char *
  * 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 **
  * 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

Reply via email to