Skip to content

Commit cf40d0a

Browse files
committed
Fix a typo unsiged -> unsigned
1 parent 489ac04 commit cf40d0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/src/experimental/Security/CWE/CWE-787/UnsignedToSignedPointerArith.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @name unsiged to signed used in pointer arithmetic
2+
* @name unsinged to signed used in pointer arithmetic
33
* @description finds unsigned to signed conversions used in pointer arithmetic, potentially causing an out-of-bound access
44
* @id cpp/sign-conversion-pointer-arithmetic
55
* @kind problem

0 commit comments

Comments
 (0)