about summary refs log tree commit diff
path: root/src/libexpr/eval.hh
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2013-08-14T20·32+0200
committerEelco Dolstra <eelco.dolstra@logicblox.com>2013-08-14T20·32+0200
commit46222bbc43fa4d7b44a466bf7be435ea1a4d6fc0 (patch)
treec4bb73c1202baa9bc3f04fa3a2c40926f61f1b44 /src/libexpr/eval.hh
parent58204a3c39614297e71a21a7633ea8293e8304ee (diff)
Typo
Diffstat (limited to 'src/libexpr/eval.hh')
-rw-r--r--src/libexpr/eval.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libexpr/eval.hh b/src/libexpr/eval.hh
index 627eabf950..5e98f5404b 100644
--- a/src/libexpr/eval.hh
+++ b/src/libexpr/eval.hh
@@ -175,7 +175,7 @@ public:
     /* String coercion.  Converts strings, paths and derivations to a
        string.  If `coerceMore' is set, also converts nulls, integers,
        booleans and lists to a string.  If `copyToStore' is set,
-       referenced paths are copied to the Nix store as a side effect.q */
+       referenced paths are copied to the Nix store as a side effect. */
     string coerceToString(Value & v, PathSet & context,
         bool coerceMore = false, bool copyToStore = true);