From 94e30a756edc4c2182168dabd97d481b8aec0ff2 Mon Sep 17 00:00:00 2001 From: Linus Groh Date: Sun, 30 Apr 2023 18:02:08 +0100 Subject: std: fix a bunch of typos The majority of these are in comments, some in doc comments which might affect the generated documentation, and a few in parameter names - nothing that should be breaking, however. --- lib/std/time.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/std/time.zig') diff --git a/lib/std/time.zig b/lib/std/time.zig index 5f86c25b8d..3eb342fa85 100644 --- a/lib/std/time.zig +++ b/lib/std/time.zig @@ -258,7 +258,7 @@ pub const Instant = struct { /// A monotonic, high performance timer. /// -/// Timer.start() is used to initalize the timer +/// Timer.start() is used to initialize the timer /// and gives the caller an opportunity to check for the existence of a supported clock. /// Once a supported clock is discovered, /// it is assumed that it will be available for the duration of the Timer's use. -- cgit v1.2.3