aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--crosperf/results_cache.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/crosperf/results_cache.py b/crosperf/results_cache.py
index 1aa96e09..ab16e981 100644
--- a/crosperf/results_cache.py
+++ b/crosperf/results_cache.py
@@ -207,7 +207,7 @@ class Result(object):
elif self.cwp_dso == 'chrome':
exact_match = '" chrome "'
elif self.cwp_dso == 'kallsyms':
- exact_match = '"[kernal.kallsyms]"'
+ exact_match = '"[kernel.kallsyms]"'
else:
# This will need to be updated once there are more DSO types supported,
# if user want an exact match for the field they want.