Skip to content
This repository was archived by the owner on Sep 30, 2022. It is now read-only.

Commit fcc4941

Browse files
committed
opal_info_support: fix api comments
Signed-off-by: Karol Mroz <[email protected]> (cherry picked from commit 296bd15)
1 parent c04c5d2 commit fcc4941

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
@@ -827,7 +827,7 @@ static int centerpoint = 24;
827827
static int screen_width = 78;
828828

829829
/*
830-
* Prints the passed integer in a pretty or parsable format.
830+
* Prints the passed message in a pretty or parsable format.
831831
*/
832832
void opal_info_out(const char *pretty_message, const char *plain_message, const char *value)
833833
{
@@ -971,6 +971,9 @@ void opal_info_out(const char *pretty_message, const char *plain_message, const
971971
}
972972
}
973973

974+
/*
975+
* Prints the passed integer in a pretty or parsable format.
976+
*/
974977
void opal_info_out_int(const char *pretty_message,
975978
const char *plain_message,
976979
int value)

0 commit comments

Comments
 (0)