Skip to content

Commit 4441900

Browse files
committed
Merge pull request #1516 from kmroz/wip-ompi-info-cleanup
opal_info_support: fix api comments
2 parents 9efd465 + 296bd15 commit 4441900

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)