summaryrefslogtreecommitdiff
path: root/boottime_tools
diff options
context:
space:
mode:
authorWei Wang <wvw@google.com>2018-03-29 14:58:12 -0700
committerWei Wang <wvw@google.com>2018-03-29 14:58:12 -0700
commit1c8fd56b390cae7b505c0a06ed5609941a6caea6 (patch)
tree39a4d70c44bdc9e2c73ac86fed12206891da214b /boottime_tools
parentdd6a06ce8c824ec16ceac792d8c9cf5f5bbabaf9 (diff)
downloadextras-1c8fd56b390cae7b505c0a06ed5609941a6caea6.tar.gz
io_analysis/check_file_read.py: fix typo
Bug: 65481007 Test: Build Change-Id: I082bf20e181a19f6f9b7158bb6088af60c123440
Diffstat (limited to 'boottime_tools')
-rwxr-xr-x[-rw-r--r--]boottime_tools/io_analysis/check_file_read.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/boottime_tools/io_analysis/check_file_read.py b/boottime_tools/io_analysis/check_file_read.py
index f7854366..5f629f3a 100644..100755
--- a/boottime_tools/io_analysis/check_file_read.py
+++ b/boottime_tools/io_analysis/check_file_read.py
@@ -428,7 +428,7 @@ class Trace:
def main(argv):
if (len(argv) < 2):
- print "check_fule_read.py filename"
+ print "check_file_read.py filename"
return
filename = argv[1]
trace = Trace()