summaryrefslogtreecommitdiff
path: root/exercises/096_memory_allocation.zig
diff options
context:
space:
mode:
authorChris Boesch <chrboesch@noreply.codeberg.org>2023-05-07 17:59:28 +0200
committerGitHub <noreply@github.com>2023-05-07 17:59:28 +0200
commit2cb6975b13d412b7e966debcd432a4f7a325addc (patch)
treed238aa4a8ab40326ed410c45d51a73f86537a026 /exercises/096_memory_allocation.zig
parentea93abf4d4a9fd408b3aa169806446eaa4e45a2d (diff)
parentded01c6adf111a03f6b627fdc4dc85b51c13da3a (diff)
Merge branch 'ratfactor:main' into testing
Diffstat (limited to 'exercises/096_memory_allocation.zig')
-rw-r--r--exercises/096_memory_allocation.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/exercises/096_memory_allocation.zig b/exercises/096_memory_allocation.zig
index 4a89702..8e348be 100644
--- a/exercises/096_memory_allocation.zig
+++ b/exercises/096_memory_allocation.zig
@@ -27,7 +27,7 @@
// std.debug.print("ptr={*}\n", .{ptr});
//
// const slice_ptr = try allocator.alloc(f64, 5);
-// std.debug.print("ptr={*}\n", .{ptr});
+// std.debug.print("slice_ptr={*}\n", .{slice_ptr});
// }
// Instead of an simple integer or a constant sized slice, this