about summary refs log tree commit diff
path: root/src/nix-store/main.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/nix-store/main.cc')
-rw-r--r--src/nix-store/main.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nix-store/main.cc b/src/nix-store/main.cc
index 42c3074ff4e6..b83eb883702a 100644
--- a/src/nix-store/main.cc
+++ b/src/nix-store/main.cc
@@ -599,7 +599,7 @@ struct StdinSource : RestoreSource
 };
 
 
-/* Restore a value from a Nix archive.  The archive is written to
+/* Restore a value from a Nix archive.  The archive is read from
    standard input. */
 static void opRestore(Strings opFlags, Strings opArgs)
 {