Skip to content

Commit b9d8903

Browse files
committed
spelling: similarly
Signed-off-by: Josh Soref <[email protected]>
1 parent 9eac158 commit b9d8903

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
@@ -5,7 +5,7 @@
55
<overview>
66
<p>
77
Some header files, such as those which define structures or classes, cannot be included more than once within a translation unit, as doing so would
8-
cause a redefinition error. Such headers must be guarded to prevent ill-effects from multiple inclusion. Simlarly, if header files include other
8+
cause a redefinition error. Such headers must be guarded to prevent ill-effects from multiple inclusion. Similarly, if header files include other
99
header files, and this inclusion graph contains a cycle, then at least one file within the cycle must contain header guards in order to break the
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>

0 commit comments

Comments
 (0)