Update cpp/ql/lib/semmle/code/cpp/rangeanalysis/new/internal/semantic/analysis/RangeAnalysisImpl.qll

Co-authored-by: Jeroen Ketema <93738568+jketema@users.noreply.github.com>
This commit is contained in:
Mathias Vorreiter Pedersen
2023-08-04 14:33:58 +02:00
committed by GitHub
parent 86dbb507fd
commit 121d754be4

View File

@@ -118,7 +118,7 @@ module Public {
}
/**
* A reason for an inferred boudn that indicates that the bound is inferred
* A reason for an inferred bound that indicates that the bound is inferred
* based on type-information.
*/
class SemTypeReason extends SemReason, TSemTypeReason {