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.
This commit is contained in:
Linus Groh
2023-04-30 18:02:08 +01:00
committed by Andrew Kelley
parent ec6ffaa1e4
commit 94e30a756e
50 changed files with 97 additions and 97 deletions

View File

@@ -239,7 +239,7 @@ test "zig fmt: file ends in comment after var decl" {
);
}
test "zig fmt: if statment" {
test "zig fmt: if statement" {
try testCanonical(
\\test "" {
\\ if (optional()) |some|
@@ -529,7 +529,7 @@ test "zig fmt: remove empty lines at start/end of block" {
);
}
test "zig fmt: allow empty line before commment at start of block" {
test "zig fmt: allow empty line before comment at start of block" {
try testCanonical(
\\test {
\\
@@ -4371,7 +4371,7 @@ test "zig fmt: same line doc comment returns error" {
\\const Foo = struct{
\\ bar: u32, /// comment
\\ foo: u32, /// comment
\\ /// commment
\\ /// comment
\\};
\\
\\const a = 42; /// comment