From 7e3ba9cdf494d678898964e4cffcbc1b17b84800 Mon Sep 17 00:00:00 2001 From: Raffi Khatchadourian Date: Tue, 26 Dec 2023 23:08:53 -0500 Subject: [PATCH] Minot spelling fix. --- .../wala/cast/python/ml/client/PythonTensorAnalysisEngine.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/com.ibm.wala.cast.python.ml/source/com/ibm/wala/cast/python/ml/client/PythonTensorAnalysisEngine.java b/com.ibm.wala.cast.python.ml/source/com/ibm/wala/cast/python/ml/client/PythonTensorAnalysisEngine.java index 0b2dc6d06..33fafdeda 100644 --- a/com.ibm.wala.cast.python.ml/source/com/ibm/wala/cast/python/ml/client/PythonTensorAnalysisEngine.java +++ b/com.ibm.wala.cast.python.ml/source/com/ibm/wala/cast/python/ml/client/PythonTensorAnalysisEngine.java @@ -133,7 +133,7 @@ private static Set getDataflowSources( } /** - * Returns true iff the fiven {@link SSAInstruction} creates an iterable of tensors. + * Returns true iff the given {@link SSAInstruction} creates an iterable of tensors. * * @param instruction The {@link SSAInstruction} in question. * @param node The {@link CGNode} of the function containing the given {@link SSAInstruction}.