aboutsummaryrefslogtreecommitdiff
path: root/build/target-key
diff options
context:
space:
mode:
Diffstat (limited to 'build/target-key')
-rw-r--r--build/target-key2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/target-key b/build/target-key
index 37fa6ab..f49efb2 100644
--- a/build/target-key
+++ b/build/target-key
@@ -26,7 +26,7 @@ namespace build
mutable const target_type* type;
mutable const dir_path* dir;
mutable const std::string* name;
- mutable const std::string* const* ext; // Note only *ext can be NULL.
+ mutable const std::string* const* ext; // Note: only *ext can be NULL.
friend bool
operator< (const target_key& x, const target_key& y)