From 296bd156e7466c67e7c6a534d13960c65ad7f773 Mon Sep 17 00:00:00 2001 From: Karol Mroz Date: Sat, 2 Apr 2016 17:15:17 +0200 Subject: [PATCH] opal_info_support: fix api comments Signed-off-by: Karol Mroz --- opal/runtime/opal_info_support.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/opal/runtime/opal_info_support.c b/opal/runtime/opal_info_support.c index 189fc9a314..c0ec35e269 100644 --- a/opal/runtime/opal_info_support.c +++ b/opal/runtime/opal_info_support.c @@ -805,7 +805,7 @@ static int centerpoint = 24; static int screen_width = 78; /* - * Prints the passed integer in a pretty or parsable format. + * Prints the passed message in a pretty or parsable format. */ void opal_info_out(const char *pretty_message, const char *plain_message, const char *value) { @@ -949,6 +949,9 @@ void opal_info_out(const char *pretty_message, const char *plain_message, const } } +/* + * Prints the passed integer in a pretty or parsable format. + */ void opal_info_out_int(const char *pretty_message, const char *plain_message, int value)