From 43085417bec447ab31f3454e180213f102885cc8 Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Thu, 24 May 2018 21:27:44 -0400 Subject: update github.com/zig-lang to github.com/ziglang --- std/atomic/queue.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'std/atomic/queue.zig') diff --git a/std/atomic/queue.zig b/std/atomic/queue.zig index 288a2b3b48..35180da8d1 100644 --- a/std/atomic/queue.zig +++ b/std/atomic/queue.zig @@ -16,7 +16,7 @@ pub fn Queue(comptime T: type) type { data: T, }; - // TODO: well defined copy elision: https://github.com/zig-lang/zig/issues/287 + // TODO: well defined copy elision: https://github.com/ziglang/zig/issues/287 pub fn init(self: &Self) void { self.root.next = null; self.head = &self.root; -- cgit v1.2.3