diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2018-10-31T23·49+0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-31T23·49+0100 |
commit | fc59fe029bc026e72e3978a0628e8c91484dafb5 (patch) | |
tree | 5dfc1ad613e6174bddd208fc07a0fe0dc747c016 | |
parent | fb35aaa42295940ca8dbfef17b081729636f9775 (diff) | |
parent | d1b049c4ea795ba7c1d1f1640ccd087e538b9c79 (diff) |
Merge pull request #2502 from janpath/patch-1
Fix typo in comments
-rw-r--r-- | src/libexpr/get-drvs.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libexpr/get-drvs.hh b/src/libexpr/get-drvs.hh index 4d9128e3f448..daaa635fe1b1 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(); |