Skip to content

Commit b2d19b6

Browse files
committed
Rust: US spelling.
1 parent a78756f commit b2d19b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rust/ql/lib/codeql/rust/security/UncontrolledAllocationSizeExtensions.qll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ module UncontrolledAllocationSize {
6767
/**
6868
* A barrier for uncontrolled allocation size flow into particular functions.
6969
*/
70-
private class ModelledBarrier extends Barrier {
71-
ModelledBarrier() {
70+
private class ModeledBarrier extends Barrier {
71+
ModeledBarrier() {
7272
exists(MethodCall c |
7373
c.getStaticTarget().getCanonicalPath() =
7474
["<alloc::string::String>::split_off", "<alloc::vec::Vec>::split_off"] and

0 commit comments

Comments
 (0)