summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArne Juul <arnej@yahooinc.com>2022-10-27 08:48:43 +0000
committerArne Juul <arnej@yahooinc.com>2022-10-27 08:56:49 +0000
commita06ac3c68a2a9cdb6b9afd1123e7dee48eae667f (patch)
treedef38da735dddab070834626860fe6bedaa26e15
parentabe8f597b50d5fcfb379c136abc6462044f90e0c (diff)
fix totally-wrong documentation
-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();