summaryrefslogtreecommitdiff
path: root/ANRdaemon
diff options
context:
space:
mode:
authorConnor Watts <wonnor@google.com>2016-06-03 10:57:39 -0700
committerConnor Watts <wonnor@google.com>2016-06-03 10:57:39 -0700
commit6e4238178d7055b74a15e2fe0bcc4f85fa26d3ca (patch)
treea6e23aab37f6144eeb24c7db7314da628855bc2c /ANRdaemon
parent1b72c91c3bb13e98c066c498e95615217df73ab7 (diff)
downloadextras-6e4238178d7055b74a15e2fe0bcc4f85fa26d3ca.tar.gz
fixed typo in ANRdaemon documentation
changed "whe" to "when" Change-Id: Ie9899aa20e684fda7819e92aa0c32b89c5d28017
Diffstat (limited to 'ANRdaemon')
-rw-r--r--ANRdaemon/ANRdaemon.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ANRdaemon/ANRdaemon.cpp b/ANRdaemon/ANRdaemon.cpp
index 7b77a86c..58153c19 100644
--- a/ANRdaemon/ANRdaemon.cpp
+++ b/ANRdaemon/ANRdaemon.cpp
@@ -154,7 +154,7 @@ static void get_cpu_stat(cpu_stat_t *cpu) {
/*
* Calculate cpu usage in the past interval.
* If tracing is on, increase the idle threshold by 1.00% so that we do not
- * turn on and off tracing frequently whe the cpu load is right close to
+ * turn on and off tracing frequently when the cpu load is right close to
* threshold.
*/
static bool is_heavy_load(void) {