diff --git a/test/hotspot/jtreg/vmTestbase/nsk/share/native/nsk_tools.hpp b/test/hotspot/jtreg/vmTestbase/nsk/share/native/nsk_tools.hpp index 6b262617c5c..ad5e33c90ab 100644 --- a/test/hotspot/jtreg/vmTestbase/nsk/share/native/nsk_tools.hpp +++ b/test/hotspot/jtreg/vmTestbase/nsk/share/native/nsk_tools.hpp @@ -160,7 +160,7 @@ void nsk_printHexBytes(const char indent[], int columns, /*************************************************************/ /** - * Returns str or "" if str is null; useful for printing strings. + * Returns str or "" if str is null; useful for printing strings. */ const char* nsk_null_string(const char* str);