File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
java/ql/src/semmle/code/java/security Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ private class CommandArgumentList extends SsaExplicitUpdate {
6767 )
6868 }
6969
70- /** Gets a use of the veriable for which the list could be empty. */
70+ /** Gets a use of the variable for which the list could be empty. */
7171 private RValue getAUseBeforeFirstAdd ( ) {
7272 result = getAFirstUse ( )
7373 or
@@ -127,7 +127,7 @@ private class CommandArgumentArray extends SsaExplicitUpdate {
127127 )
128128 }
129129
130- /** Gets an expression that is written to the given index of this array at he given use. */
130+ /** Gets an expression that is written to the given index of this array at the given use. */
131131 Expr getAWrite ( int index , RValue use ) {
132132 exists ( Assignment a , ArrayAccess acc |
133133 acc .getArray ( ) = use and
You can’t perform that action at this time.
0 commit comments