aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJan Path <jan@jpath.de>2018-10-31 20:50:18 +0100
committerJan Path <jan@jpath.de>2018-10-31 20:50:18 +0100
commitd1b049c4ea795ba7c1d1f1640ccd087e538b9c79 (patch)
tree5dfc1ad613e6174bddd208fc07a0fe0dc747c016 /src
parentfb35aaa42295940ca8dbfef17b081729636f9775 (diff)
Fix typo in comments
Diffstat (limited to 'src')
-rw-r--r--src/libexpr/get-drvs.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libexpr/get-drvs.hh b/src/libexpr/get-drvs.hh
index 4d9128e3f..daaa635fe 100644
--- a/src/libexpr/get-drvs.hh
+++ b/src/libexpr/get-drvs.hh
@@ -44,7 +44,7 @@ public:
string queryDrvPath() const;
string queryOutPath() const;
string queryOutputName() const;
- /** Return the list of outputs. The "outputs to install" are determined by `mesa.outputsToInstall`. */
+ /** Return the list of outputs. The "outputs to install" are determined by `meta.outputsToInstall`. */
Outputs queryOutputs(bool onlyOutputsToInstall = false);
StringSet queryMetaNames();