From 419a05cf5227029a5fe69799a7f7466a6b60d849 Mon Sep 17 00:00:00 2001 From: Brian Potchik Date: Wed, 21 Nov 2018 17:52:17 -0500 Subject: Fix typo. --- python/binaryview.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python') diff --git a/python/binaryview.py b/python/binaryview.py index cf1d6167..fd15de76 100644 --- a/python/binaryview.py +++ b/python/binaryview.py @@ -1122,7 +1122,7 @@ class BinaryView(object): @property def analysis_info(self): """Provides instantaneous analysis state information and a list of current functions under analysis (read-only). - All times are given in units of milliseconds (ms). Per function `analysis_time` is the aggregation of time spend + All times are given in units of milliseconds (ms). Per function `analysis_time` is the aggregation of time spent performing incremental updates and is reset on a full function update. Per function `update_count` tracks the current number of incremental updates and is reset on a full function update. Per function `submit_count` tracks the current number of full updates that have completed. Note that the `submit_count` is currently not reset across analysis updates.""" -- cgit v1.3.1