aboutsummaryrefslogtreecommitdiff
path: root/base
diff options
context:
space:
mode:
authorsamwega <alexanderglavan@gmail.com>2025-10-14 19:11:49 +0300
committersamwega <alexanderglavan@gmail.com>2025-10-14 19:11:49 +0300
commit45f2822dd0da2e646447ae6e63c46a14f555191a (patch)
tree63ad8ccf8998a8fd509d80275829c87a7387acb5 /base
parent78e9a22ffaeb3191806eee59a807e38d9b942ee0 (diff)
fix: typo
Diffstat (limited to 'base')
-rw-r--r--base/runtime/core.odin2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/runtime/core.odin b/base/runtime/core.odin
index 71e560700..2e70147db 100644
--- a/base/runtime/core.odin
+++ b/base/runtime/core.odin
@@ -15,7 +15,7 @@
//
// IMPORTANT NOTE(bill): `type_info_of` cannot be used within a
// #shared_global_scope due to the internals of the compiler.
-// This could change at a later date if the all these data structures are
+// This could change at a later date if all these data structures are
// implemented within the compiler rather than in this "preload" file
//
#+no-instrumentation