Merge "Fix genrule documentation" am: c7fd1aa491 am: 10ce02327b
am: 3629a3542f
Change-Id: I64a6800d0ef4cd83c47dbcdc3f02ef5f9eb986f2
diff --git a/genrule/genrule.go b/genrule/genrule.go
index cb741b3..6807761 100644
--- a/genrule/genrule.go
+++ b/genrule/genrule.go
@@ -47,7 +47,7 @@
// $(location <label>): the path to the tool or tool_file with name <label>
// $(in): one or more input files
// $(out): a single output file
- // $(deps): a file to which dependencies will be written, if the depfile property is set to true
+ // $(depfile): a file to which dependencies will be written, if the depfile property is set to true
// $(genDir): the sandbox directory for this tool; contains $(out)
// $$: a literal $
//