Skip to content

Commit 7e0bbf1

Browse files
committed
spelling: optimization
Signed-off-by: Josh Soref <[email protected]>
1 parent 1146531 commit 7e0bbf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/src/jsf/4.07 Header Files/AV Rule 35.qhelp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ header files, and this inclusion graph contains a cycle, then at least one file
1010
cycle. Because of cases like these, all headers should be guarded as a matter of good practice, even if they do not strictly need to be.
1111
</p>
1212
<p>
13-
Furthermore, most modern compilers contain optimisations which are triggered by header guards. If the header guard strictly conforms to the pattern
13+
Furthermore, most modern compilers contain optimizations which are triggered by header guards. If the header guard strictly conforms to the pattern
1414
that compilers expect, then inclusions of that header other than the first have absolutely no effect: the file isn't re-read from disk, nor is it
1515
re-tokenised or re-preprocessed. This can result in a noticeable, albeit minor, improvement to compilation time.
1616
</p>

0 commit comments

Comments
 (0)