summaryrefslogtreecommitdiff
path: root/colors.h
diff options
context:
space:
mode:
Diffstat (limited to 'colors.h')
-rw-r--r--colors.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/colors.h b/colors.h
index e2ac2af..28f9951 100644
--- a/colors.h
+++ b/colors.h
@@ -71,7 +71,7 @@ static ColorName const color_names[COLOR_COUNT] = {
};
static ColorSetting color_setting_from_str(char const *str) {
- // @OPTIM: sort color_names, binary search
+ // @OPTIMIZE: sort color_names, binary search
for (int i = 0; i < COLOR_COUNT; ++i) {
ColorName const *n = &color_names[i];
if (streq(n->name, str))