Skip to content

Commit 6e53776

Browse files
authored
Minor spelling fix (#126)
In the javadoc.
1 parent 8f69a9e commit 6e53776

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

com.ibm.wala.cast.python.ml/source/com/ibm/wala/cast/python/ml/client/PythonTensorAnalysisEngine.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ private static Set<PointsToSetVariable> getDataflowSources(
133133
}
134134

135135
/**
136-
* Returns true iff the fiven {@link SSAInstruction} creates an iterable of tensors.
136+
* Returns true iff the given {@link SSAInstruction} creates an iterable of tensors.
137137
*
138138
* @param instruction The {@link SSAInstruction} in question.
139139
* @param node The {@link CGNode} of the function containing the given {@link SSAInstruction}.

0 commit comments

Comments
 (0)