summaryrefslogtreecommitdiffstats
path: root/lldb/examples/python/delta.py
diff options
context:
space:
mode:
authorBruce Mitchener <bruce.mitchener@gmail.com>2014-07-01 21:22:11 +0000
committerBruce Mitchener <bruce.mitchener@gmail.com>2014-07-01 21:22:11 +0000
commitd93c4a33395a7d9b960ec64348a07ba204d51017 (patch)
tree8cb726e00581c790adf105b4f2d8d4d8c1ca9efe /lldb/examples/python/delta.py
parent8e9765352888379973132b3e6c2f47b3ba82d7ce (diff)
downloadbcm5719-llvm-d93c4a33395a7d9b960ec64348a07ba204d51017.tar.gz
bcm5719-llvm-d93c4a33395a7d9b960ec64348a07ba204d51017.zip
Fix typos.
llvm-svn: 212132
Diffstat (limited to 'lldb/examples/python/delta.py')
-rwxr-xr-xlldb/examples/python/delta.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/examples/python/delta.py b/lldb/examples/python/delta.py
index da17dd7ec49..e470de536d8 100755
--- a/lldb/examples/python/delta.py
+++ b/lldb/examples/python/delta.py
@@ -68,7 +68,7 @@ def parse_log_file(file, options):
generated using:
(lldb) log enable --threadsafe --timestamp --file <FILE> ....
- This log file will contain timestamps and this fucntion will then normalize
+ This log file will contain timestamps and this function will then normalize
those packets to be relative to the first value timestamp that is found and
show delta times between log lines and also keep track of how long it takes
for GDB remote commands to make a send/receive round trip. This can be
OpenPOWER on IntegriCloud