aboutsummaryrefslogtreecommitdiff
path: root/build2/types
diff options
context:
space:
mode:
Diffstat (limited to 'build2/types')
-rw-r--r--build2/types3
1 files changed, 2 insertions, 1 deletions
diff --git a/build2/types b/build2/types
index df54860..c90b779 100644
--- a/build2/types
+++ b/build2/types
@@ -91,7 +91,8 @@ namespace build2
// a (variable) value of this type gets initialized from untyped names. See
// value_type<abs_dir_path> for details.
//
- // Note that currently we also normalize and actualize the path.
+ // Note that currently we also normalize and actualize the path. And we
+ // leave empty path as is.
//
struct abs_dir_path: dir_path
{