aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/exercises/093_hello_c.zig
diff options
context:
space:
mode:
Diffstat (limited to 'exercises/093_hello_c.zig')
-rw-r--r--exercises/093_hello_c.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/exercises/093_hello_c.zig b/exercises/093_hello_c.zig
index 043b9ed..182e0b0 100644
--- a/exercises/093_hello_c.zig
+++ b/exercises/093_hello_c.zig
@@ -40,7 +40,7 @@
// our well-known "import" for Zig
const std = @import("std");
-// and here the new the import for C
+// and here the new import for C
const c = @cImport({
@cInclude("unistd.h");
});