Skip to content

Commit 224374d

Browse files
authored
Merge pull request #20606 from ThanHenderson/omr-unnamed
Fix OMR_GLUE unnamed spelling mistake
2 parents 6289c28 + d56338f commit 224374d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/gc_glue_java/UtilGlue.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ OMR_Glue_GetVMDirectoryToken(void **token)
3939
* Provides the thread name to be used when no name is given.
4040
*/
4141
char *
42-
OMR_Glue_GetThreadNameForUnamedThread(OMR_VMThread *vmThread)
42+
OMR_Glue_GetThreadNameForUnnamedThread(OMR_VMThread *vmThread)
4343
{
4444
OMRPORT_ACCESS_FROM_OMRVMTHREAD(vmThread);
4545
return (char *)omrnls_lookup_message(

0 commit comments

Comments
 (0)