commit 2094ec8e94b34a8c3011bc2a60821f74423226b5
parent c4525f7b3f128c8ba78e3ff36dba4d92a353400e
Author: Thomas Bracht Laumann Jespersen <t@laumann.xyz>
Date: Tue, 23 Nov 2021 06:29:17 +0100
io/stream: Fix syntax in comment
Signed-off-by: Thomas Bracht Laumann Jespersen <t@laumann.xyz>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/io/stream.ha b/io/stream.ha
@@ -16,7 +16,7 @@ use errors;
// reader = &my_stream_read,
// writer = &my_stream_write,
// closer = null,
-// fd: fd,
+// fd = fd,
// ...
// });
// };