summaryrefslogtreecommitdiff
path: root/nix/libstore/store-api.hh
diff options
context:
space:
mode:
Diffstat (limited to 'nix/libstore/store-api.hh')
-rw-r--r--nix/libstore/store-api.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/libstore/store-api.hh b/nix/libstore/store-api.hh
index affa98b179d..b57f1e10842 100644
--- a/nix/libstore/store-api.hh
+++ b/nix/libstore/store-api.hh
@@ -357,7 +357,7 @@ Path addPermRoot(StoreAPI & store, const Path & storePath,
357 357
358 358
359/* Sort a set of paths topologically under the references relation. 359/* Sort a set of paths topologically under the references relation.
360 If p refers to q, then p preceeds q in this list. */ 360 If p refers to q, then p precedes q in this list. */
361Paths topoSortPaths(StoreAPI & store, const PathSet & paths); 361Paths topoSortPaths(StoreAPI & store, const PathSet & paths);
362 362
363 363