summaryrefslogtreecommitdiff
path: root/docs/coding-style.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/coding-style.html')
-rw-r--r--docs/coding-style.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/coding-style.html b/docs/coding-style.html
index c94913eac8..5c84b3a27e 100644
--- a/docs/coding-style.html
+++ b/docs/coding-style.html
@@ -104,7 +104,7 @@ Std 1003.1) interfaces and APIs. We used to define
<code>POSIX_SOURCE</code> by default, but found that this caused more
problems than it solved, so now we require any code that is
POSIX-compliant to explicitly say so by having <code>#include
-"PosixSource.h"</code> at the top. Try to do this whenever possible.
+"rts/PosixSource.h"</code> at the top. Try to do this whenever possible.
<p><li> Some architectures have memory alignment constraints. Others
don't have any constraints but go faster if you align things. These