Skip to content

Commit d5b7fe5

Browse files
committed
Fix typo.
1 parent e4b6417 commit d5b7fe5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

c/cert/src/rules/INT30-C/UnsignedIntegerOperationsWrapAround.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* modular way. If the size of the type is not sufficient, this can happen
66
* unexpectedly.
77
* @kind problem
8-
* @precision mdeium
8+
* @precision medium
99
* @problem.severity error
1010
* @tags external/cert/id/int30-c
1111
* correctness

rule_packages/c/IntegerOverflow.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"description": "Unsigned integer expressions do not strictly overflow, but instead wrap around in a modular way. If the size of the type is not sufficient, this can happen unexpectedly.",
1010
"kind": "problem",
1111
"name": "Ensure that unsigned integer operations do not wrap",
12-
"precision": "mdeium",
12+
"precision": "medium",
1313
"severity": "error",
1414
"short_name": "UnsignedIntegerOperationsWrapAround",
1515
"tags": [

0 commit comments

Comments
 (0)