Update cpp/ql/src/Likely Bugs/Likely Typos/illDefinedForLoop.ql

This commit is contained in:
Dave Bartolomeo
2018-10-18 12:02:06 -07:00
committed by Raul Garcia
parent 8eaba03506
commit ce99f469a9

View File

@@ -1,6 +1,6 @@
/**
* @name Ill-defined for loop
* @description A for-loop iteration expressions goes backward with respect of the initialization statement and condition expression.
* @description A for-loop iteration expression goes backward with respect of the initialization statement and condition expression.
* @id cpp/ill-defined-for-loop
* @kind problem
* @problem.severity warning