Skip to content

Commit c0b2aa3

Browse files
authored
Update cpp/misra/src/rules/RULE-19-2-1/NoValidIfdefGuardInHeader.ql
1 parent 98e2c71 commit c0b2aa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/misra/src/rules/RULE-19-2-1/NoValidIfdefGuardInHeader.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @id cpp/misra/no-valid-ifdef-guard-in-header
3-
* @name RULE-19-2-1: Precautions shall be taken in order to prevent the contents of a header file being included more
3+
* @name RULE-19-2-1: Precautions shall be taken in order to prevent a header file being included more than once
44
* @description Precautions shall be taken in order to prevent the contents of a header file being
55
* included more than once.
66
* @kind problem

0 commit comments

Comments
 (0)