summaryrefslogtreecommitdiffstats
path: root/defaults/src/vespa/defaults.h
diff options
context:
space:
mode:
Diffstat (limited to 'defaults/src/vespa/defaults.h')
-rw-r--r--defaults/src/vespa/defaults.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/defaults/src/vespa/defaults.h b/defaults/src/vespa/defaults.h
index 19720caaeb8..4023a77c07b 100644
--- a/defaults/src/vespa/defaults.h
+++ b/defaults/src/vespa/defaults.h
@@ -17,11 +17,11 @@ public:
static void bootstrap(const char *argv0);
/**
- * Compute the path prefix where Vespa files will live;
- * the return value ends with a "/" so you can just append
- * the relative pathname to the file(s) you want.
+ * Compute the path prefix where Vespa files will live.
+ * Note the return value won't end with a "/" - use
+ * underVespaHome() to construct sub-directory paths.
*
- * @return the vespa home directory, ending by "/"
+ * @return the vespa home directory
**/
static const char *vespaHome();