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 bbca9c2e5..86f25a0ce 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 @@ -148,7 +148,7 @@ private static Set getDataflowSources( CGNode callee = succNodes.next(); IMethod calledMethod = callee.getMethod(); - // Does this method call the sythetic "marker?" + // Does this method call the synthetic "marker?" if (calledMethod .getName() .toString()