Skip to content

Commit ef444a5

Browse files
Fix a comment.
1 parent 0930d9c commit ef444a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

c/julia_embedding.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
#include <libgen.h>
2121
#endif
2222

23-
/* Load a minimal subset of the functions from julia.h dynamically.
23+
/* Load a minimal subset of the functions from julia.h dynamically. */
2424

2525
/* We could get the definitions of these structs from
2626
* `#include "julia.h"`, but we only need to declare them and

0 commit comments

Comments
 (0)