aboutsummaryrefslogtreecommitdiffstats
path: root/gc.c
diff options
context:
space:
mode:
Diffstat (limited to 'gc.c')
-rw-r--r--gc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gc.c b/gc.c
index 0f9361a03c..ab7662b534 100644
--- a/gc.c
+++ b/gc.c
@@ -86,7 +86,7 @@
#pragma intrinsic(_umul128)
#endif
-/* Expecting this struct to be elminated by function inlinings */
+/* Expecting this struct to be eliminated by function inlinings */
struct optional {
bool left;
size_t right;