Skip to content

Commit 4bf2f3a

Browse files
committed
C++: Fix comment.
1 parent e02ebfb commit 4bf2f3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/src/semmle/code/cpp/models/implementations/Allocation.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ private class AllocaAllocationFunction extends AllocationFunction {
8383
// --- stack allocation
8484
"alloca", // // alloca(size)
8585
"__builtin_alloca", // __builtin_alloca(size)
86-
"_alloca", // __alloca(size)
86+
"_alloca", // _alloca(size)
8787
"_malloca" // _malloca(size)
8888
]) and
8989
sizeArg = 0

0 commit comments

Comments
 (0)