From 0f4449d51be85656249d90d2deaa4f3c8b6f8e76 Mon Sep 17 00:00:00 2001 From: David Ernst Date: Mon, 29 Apr 2024 15:37:11 -0700 Subject: [PATCH] Fix "is" -> "as" typo in comment (#10664) --- src/crash_handler.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/crash_handler.zig b/src/crash_handler.zig index e834671f35fc8a..8d7323e20b7e07 100644 --- a/src/crash_handler.zig +++ b/src/crash_handler.zig @@ -766,7 +766,7 @@ fn waitForOtherThreadToFinishPanicking() void { } } -/// Each platform is encoded is a single character. It is placed right after the +/// Each platform is encoded as a single character. It is placed right after the /// slash after the version, so someone just reading the trace string can tell /// what platform it came from. L, M, and W are for Linux, macOS, and Windows, /// with capital letters indicating aarch64, lowercase indicating x86_64.