Skip to content

Commit 8c0cc07

Browse files
committed
Ssa: Fix qldoc duplicate word.
1 parent 8e609b1 commit 8c0cc07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared/ssa/codeql/ssa/Ssa.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ module Make<LocationSig Location, InputSig<Location> Input> {
318318
* Holds if we should synthesize a pseudo-read of `v` at the beginning of `bb`.
319319
*
320320
* These reads are named phi-reads, since they are constructed in the same
321-
* way as ordinary phi nodes except all all reads are treated as potential
321+
* way as ordinary phi nodes except all reads are treated as potential
322322
* "definitions". This ensures that use-use flow has the same dominance
323323
* properties as def-use flow.
324324
*/

0 commit comments

Comments
 (0)