Skip to content

Commit be3603e

Browse files
author
Ikko Ashimine
authored
[CLI] Fix typo in loader_lib.c (#40506)
initalize -> initialize
1 parent b6c6bc0 commit be3603e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/loader_lib.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ JL_DLLEXPORT const char * jl_get_libdir()
130130

131131
void * libjulia_internal = NULL;
132132
__attribute__((constructor)) void jl_load_libjulia_internal(void) {
133-
// Only initalize this once
133+
// Only initialize this once
134134
if (libjulia_internal != NULL) {
135135
return;
136136
}

0 commit comments

Comments
 (0)