diff options
| author | 2019-06-20 04:20:36 +0000 | |
|---|---|---|
| committer | 2019-06-20 04:20:36 +0000 | |
| commit | fde688ebc8f7071ff219c69c564b681f1a1f2a9e (patch) | |
| tree | 595109ebc57b2a4a30ab7ee8e24e53844126a7fa | |
| parent | 345ed53d98e00b504c747785ac7f5ce4ad4121d4 (diff) | |
| parent | e6f57e05ec6b79dd546afc47965a006aacc30499 (diff) | |
Merge "Fixes a typo in a comment."
| -rw-r--r-- | core/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Makefile b/core/Makefile index 83021d4ee0..0d83b8101c 100644 --- a/core/Makefile +++ b/core/Makefile @@ -1113,7 +1113,7 @@ endif # TARGET_NO_KERNEL # $(2) - Plain text output file # $(3) - HTML/XML output file # $(4) - File title -# $(5) - Directory to use. Notice files are all $(4)/src. Other +# $(5) - Directory to use. Notice files are all $(5)/src. Other # directories in there will be used for scratch # $(6) - Dependencies for the output files # |