Skip to content

Commit 296bd15

Browse files
committed
opal_info_support: fix api comments
Signed-off-by: Karol Mroz <[email protected]>
1 parent 9efd7f1 commit 296bd15

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

opal/runtime/opal_info_support.c

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -805,7 +805,7 @@ static int centerpoint = 24;
805805
static int screen_width = 78;
806806

807807
/*
808-
* Prints the passed integer in a pretty or parsable format.
808+
* Prints the passed message in a pretty or parsable format.
809809
*/
810810
void opal_info_out(const char *pretty_message, const char *plain_message, const char *value)
811811
{
@@ -949,6 +949,9 @@ void opal_info_out(const char *pretty_message, const char *plain_message, const
949949
}
950950
}
951951

952+
/*
953+
* Prints the passed integer in a pretty or parsable format.
954+
*/
952955
void opal_info_out_int(const char *pretty_message,
953956
const char *plain_message,
954957
int value)

0 commit comments

Comments
 (0)