diff --git a/src/test.zig b/src/test.zig index d1eee284c59f05d38b37d5f1f98d719d29328300..aafd4695855d7d4a9cbf54a3c20101e6f077f45c 100644 --- a/src/test.zig +++ b/src/test.zig @@ -97,7 +97,7 @@ pub const TestContext = struct { /// This is a slice containing the expected message. Execution: []const u8, /// A header update compiles the input with the equivalent of - /// `-Demit_h=true` and tests the produced header against the + /// `-femit-h` and tests the produced header against the /// expected result Header: []const u8, },