Skip to content

Commit abe99ba

Browse files
committed
Fix typo
1 parent b0e4c98 commit abe99ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

c/misra/src/rules/RULE-12-2/RightHandOperandOfAShiftRange.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @id c/misra/right-hand-operand-of-a-shift-range
33
* @name RULE-12-2: The right operand of a shift shall be smaller then the width in bits of the left operand
44
* @description The right hand operand of a shift operator shall lie in the range zero to one less
5-
* than the width in bits of the essential type of the left hand operand
5+
* than the width in bits of the essential type of the left hand operand.
66
* @kind problem
77
* @precision very-high
88
* @problem.severity error

0 commit comments

Comments
 (0)