Skip to content

Commit a318578

Browse files
committed
Merge pull request #9644 from eschnett/patch-2
Correct typo in comment
2 parents 930cfe6 + 2811217 commit a318578

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/julia.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1344,7 +1344,7 @@ typedef struct {
13441344

13451345
extern DLLEXPORT jl_compileropts_t jl_compileropts;
13461346

1347-
// Settings for code_coverage and mallog_log
1347+
// Settings for code_coverage and malloc_log
13481348
#define JL_LOG_NONE 0
13491349
#define JL_LOG_USER 1
13501350
#define JL_LOG_ALL 2

0 commit comments

Comments
 (0)