about summary refs log tree commit diff
path: root/src/libstore/build.hh
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2005-12-13T21·04+0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2005-12-13T21·04+0000
commitab5c6bb3a3deef29c6fe0a86017d35bc4f3de506 (patch)
treeb20966a04ab787ba4787c4f98800fcadbf1b1781 /src/libstore/build.hh
parentd87549c1c7bb6f85ff0a019b33b315ace0013e6b (diff)
* Change `referer' to `referrer' throughout. In particular, the
  nix-store query options `--referer' and `--referer-closure' have
  been changed to `--referrer' and `--referrer-closure' (but the old
  ones are still accepted for compatibility).

Diffstat (limited to 'src/libstore/build.hh')
-rw-r--r--src/libstore/build.hh5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/libstore/build.hh b/src/libstore/build.hh
index 45997ebb24d0..9e3d365e989a 100644
--- a/src/libstore/build.hh
+++ b/src/libstore/build.hh
@@ -23,8 +23,9 @@ Derivation derivationFromPath(const Path & drvPath);
    closure of `storePath'; that is, all paths than can be directly or
    indirectly reached from it.  `paths' is not cleared.  If
    `flipDirection' is true, the set of paths that can reach
-   `storePath' is returned; that is, the closures under the `referers'
-   relation instead of the `references' relation is returned. */
+   `storePath' is returned; that is, the closures under the
+   `referrers' relation instead of the `references' relation is
+   returned. */
 void computeFSClosure(const Path & storePath,
     PathSet & paths, bool flipDirection = false);