aboutsummaryrefslogtreecommitdiff
path: root/core/flags/errors.odin
diff options
context:
space:
mode:
authorFeoramund <161657516+Feoramund@users.noreply.github.com>2025-06-09 12:55:00 -0400
committerFeoramund <161657516+Feoramund@users.noreply.github.com>2025-06-09 13:02:05 -0400
commit6dee422700130a8ea450a753e8e2a059f3ab2bd5 (patch)
treedb7eebc28932879fde013a54b0afc22f33f344c8 /core/flags/errors.odin
parent2e199c669f539fe327dcc52a82d0216e66da974b (diff)
flags: Rename `varg` to `overflow`, let it be renamed with config
Diffstat (limited to 'core/flags/errors.odin')
-rw-r--r--core/flags/errors.odin2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/flags/errors.odin b/core/flags/errors.odin
index 6e48f6ccf..3d34a95d3 100644
--- a/core/flags/errors.odin
+++ b/core/flags/errors.odin
@@ -4,7 +4,7 @@ import "core:os"
Parse_Error_Reason :: enum {
None,
- // An extra positional argument was given, and there is no `varg` field.
+ // An extra positional argument was given, and there is no `overflow` field.
Extra_Positional,
// The underlying type does not support the string value it is being set to.
Bad_Value,