We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c290b9 commit ff6ce9cCopy full SHA for ff6ce9c
cpp/ql/src/experimental/Best Practices/WrongUintAccess.ql
@@ -1,7 +1,7 @@
1
/**
2
* @id cpp/wrong-uint-access
3
* @name Wrong Uint
4
- * @descripion Access an array of size lower than 256 with a uint16.
+ * @description Access an array of size lower than 256 with a uint16.
5
* @kind problem
6
* @problem.severity recommendation
7
* @tags efficiency
0 commit comments