summaryrefslogtreecommitdiffstats
path: root/src/ninja.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ninja.h')
-rw-r--r--src/ninja.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ninja.h b/src/ninja.h
index 8927768..b73d7be 100644
--- a/src/ninja.h
+++ b/src/ninja.h
@@ -52,7 +52,7 @@ struct DiskInterface {
/// Remove the file named @a path. It behaves like 'rm -f path' so no errors
/// are reported if it does not exists.
/// @returns 0 if the file has been removed,
- /// 1 if the file does not exists, and
+ /// 1 if the file does not exist, and
/// -1 if an error occurs.
virtual int RemoveFile(const string& path) = 0;