summaryrefslogtreecommitdiff
path: root/src/countries.cpp
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrikboy@gmail.com>2025-10-18 08:58:32 +0200
committerAldrik Ramaekers <aldrikboy@gmail.com>2025-10-18 08:58:32 +0200
commit0dc33a4dd49eb560e98b24090969fd618a4c6198 (patch)
tree77e7070bcbbcc9db4e0c5552ae83a33d3b2f9cfc /src/countries.cpp
parentc1d950f2765cde614c8411b4effb3850146ba598 (diff)
refactor memops
Diffstat (limited to 'src/countries.cpp')
-rw-r--r--src/countries.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/countries.cpp b/src/countries.cpp
index 5712a7f..7170e5b 100644
--- a/src/countries.cpp
+++ b/src/countries.cpp
@@ -21,7 +21,7 @@
static country_impl country_map[] = {
_nl_country_impl,
- // Add new locales here.
+ // Add new countries here.
};
static const u32 country_map_count = sizeof(country_map) / sizeof(country_map[0]);