aboutsummaryrefslogtreecommitdiff
path: root/build2/utility.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/utility.cxx')
-rw-r--r--build2/utility.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/build2/utility.cxx b/build2/utility.cxx
index 5fcdebf..15a0aee 100644
--- a/build2/utility.cxx
+++ b/build2/utility.cxx
@@ -185,7 +185,7 @@ namespace build2
bool
find_option (const char* option, const strings& strs, bool)
{
- //@@ TODO ignore case
+ //@@ CASE ignore case
for (const string& s: strs)
{
@@ -199,7 +199,7 @@ namespace build2
bool
find_option (const char* option, const cstrings& cstrs, bool)
{
- //@@ TODO ignore case
+ //@@ CASE ignore case
for (const char* s: cstrs)
{