From ef444a5024df7386329144e2a9ba34182c18a92c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gunnar=20Farneb=C3=A4ck?= Date: Thu, 15 Jun 2023 11:36:31 +0200 Subject: [PATCH] Fix a comment. --- c/julia_embedding.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/c/julia_embedding.c b/c/julia_embedding.c index 1e2192d..47039f2 100644 --- a/c/julia_embedding.c +++ b/c/julia_embedding.c @@ -20,7 +20,7 @@ #include #endif -/* Load a minimal subset of the functions from julia.h dynamically. +/* Load a minimal subset of the functions from julia.h dynamically. */ /* We could get the definitions of these structs from * `#include "julia.h"`, but we only need to declare them and