summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorElliott Sales de Andrade <quantum.analyst@gmail.com>2017-09-16 09:34:29 (GMT)
committerElliott Sales de Andrade <quantum.analyst@gmail.com>2017-09-16 09:34:29 (GMT)
commit0c42653da8ccaeb14b7c28ba9670eeac0460037e (patch)
treef4aa14b52c0255b6a2aa89521f5fc05e72c8a281 /src
parentdf19c5a597991942bb771df7f6450b6eb15f882a (diff)
downloadNinja-0c42653da8ccaeb14b7c28ba9670eeac0460037e.zip
Ninja-0c42653da8ccaeb14b7c28ba9670eeac0460037e.tar.gz
Ninja-0c42653da8ccaeb14b7c28ba9670eeac0460037e.tar.bz2
Fix minor typo.
Diffstat (limited to 'src')
-rw-r--r--src/deps_log.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/deps_log.h b/src/deps_log.h
index b1aa361..3812a28 100644
--- a/src/deps_log.h
+++ b/src/deps_log.h
@@ -58,7 +58,7 @@ struct State;
/// concurrent writes of multiple ninja processes to the log).
/// dependency records are an array of 4-byte integers
/// [output path id,
-/// output path mtime (lower 4 bytes), output path mtime (upper 8 bytes),
+/// output path mtime (lower 4 bytes), output path mtime (upper 4 bytes),
/// input path id, input path id...]
/// (The mtime is compared against the on-disk output path mtime
/// to verify the stored data is up-to-date.)