diff options
author | Ivan Kozik <ivan@ludios.org> | 2013-08-10T21·36+0000 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2013-08-26T09·15+0200 |
commit | 34bb806f747d5edc16119e38e2ac44e6b236ac12 (patch) | |
tree | bee9d463cd53277998bc20b7b37e78745461ce25 /src/libexpr/eval.cc | |
parent | c6c024ca6f587dab991589ad6fdf010b9f0e6d62 (diff) |
Fix typos, especially those that end up in the Nix manual
Diffstat (limited to 'src/libexpr/eval.cc')
-rw-r--r-- | src/libexpr/eval.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libexpr/eval.cc b/src/libexpr/eval.cc index efcb438766a9..4fecd2a70c63 100644 --- a/src/libexpr/eval.cc +++ b/src/libexpr/eval.cc @@ -158,7 +158,7 @@ EvalState::EvalState() physical RAM, up to a maximum of 384 MiB) so that in most cases we don't need to garbage collect at all. (Collection has a fairly significant overhead.) The heap size can be - overriden through libgc's GC_INITIAL_HEAP_SIZE environment + overridden through libgc's GC_INITIAL_HEAP_SIZE environment variable. We should probably also provide a nix.conf setting for this. Note that GC_expand_hp() causes a lot of virtual, but not physical (resident) memory to be |