From 8148b04a6cc12d0b0bfffcdabce4f03962662535 Mon Sep 17 00:00:00 2001 From: Jeroen van Rijn Date: Mon, 22 Jun 2026 15:44:11 +0200 Subject: [PATCH] Add missing word. --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 75640809e..6932d029f 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -3845,7 +3845,7 @@ int main(int arg_count, char const **arg_ptr) { // NOTE(Jeroen): `odin root` omits it on purpose so that it can be used in scripts. // e.g. `ODIN_CORE="$(odin root)core"`. // Human convenience is not a consideration. - // Further pull requests to a newline will be closed without comment. + // Further pull requests to add a newline will be closed without comment. gb_printf("%.*s", LIT(odin_root_dir())); return 0; } else if (command == "clear-cache") {