From d0aa2fa55e419eb1246c7acbc389257020caae8e Mon Sep 17 00:00:00 2001 From: Raffi Khatchadourian Date: Wed, 3 Jan 2024 17:49:42 -0500 Subject: [PATCH] Fix comment. --- .../com/ibm/wala/cast/python/ml/test/TestTensorflowModel.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/com.ibm.wala.cast.python.ml.test/source/com/ibm/wala/cast/python/ml/test/TestTensorflowModel.java b/com.ibm.wala.cast.python.ml.test/source/com/ibm/wala/cast/python/ml/test/TestTensorflowModel.java index c081389f3..8a8ed6442 100644 --- a/com.ibm.wala.cast.python.ml.test/source/com/ibm/wala/cast/python/ml/test/TestTensorflowModel.java +++ b/com.ibm.wala.cast.python.ml.test/source/com/ibm/wala/cast/python/ml/test/TestTensorflowModel.java @@ -262,7 +262,7 @@ private void testTf2( if (pointerKey instanceof LocalPointerKey) { LocalPointerKey localPointerKey = (LocalPointerKey) pointerKey; - // get the call graph node associated with the + // get the call graph node associated with the pointer key. CGNode node = localPointerKey.getNode(); // get the method associated with the call graph node.