diff options
Diffstat (limited to 'mk/project.mk.in')
-rw-r--r-- | mk/project.mk.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/project.mk.in b/mk/project.mk.in index d620ed5a61..5cc2e4aeb1 100644 --- a/mk/project.mk.in +++ b/mk/project.mk.in @@ -73,7 +73,7 @@ ProjectGitCommitId = @ProjectGitCommitId@ # - In the compiler itself, we should test HOST or TARGET depending # on whether the conditional relates to the code being generated, or # the platform on which the compiler is running. See the section -# on "Coding Style" in the commentary for more details. +# on "coding-style" in the commentary for more details. # # - In all other code, we should be testing HOST only. # |