summaryrefslogtreecommitdiffstats
path: root/llvm/utils/extract_symbols.py
diff options
context:
space:
mode:
authorSylvestre Ledru <sylvestre@debian.org>2018-03-17 17:30:08 +0000
committerSylvestre Ledru <sylvestre@debian.org>2018-03-17 17:30:08 +0000
commit543f15b0287b1aa10564ede8dbcd46b23dcd0fef (patch)
tree7c9b77508035c2e04d8d1642cfe23243cba01d5b /llvm/utils/extract_symbols.py
parent91e50609a340322849b2bc4b0235329ddf51e814 (diff)
downloadbcm5719-llvm-543f15b0287b1aa10564ede8dbcd46b23dcd0fef.tar.gz
bcm5719-llvm-543f15b0287b1aa10564ede8dbcd46b23dcd0fef.zip
Fix some user facing typos
llvm-svn: 327776
Diffstat (limited to 'llvm/utils/extract_symbols.py')
-rwxr-xr-xllvm/utils/extract_symbols.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/utils/extract_symbols.py b/llvm/utils/extract_symbols.py
index 96ae24c608e..93ad2e9c375 100755
--- a/llvm/utils/extract_symbols.py
+++ b/llvm/utils/extract_symbols.py
@@ -380,7 +380,7 @@ if __name__ == '__main__':
print("Couldn't find a program to read symbols with", file=sys.stderr)
exit(1)
if not is_32bit_windows:
- print("Couldn't find a program to determing the target", file=sys.stderr)
+ print("Couldn't find a program to determining the target", file=sys.stderr)
exit(1)
# How we determine which symbols to keep and which to discard depends on
OpenPOWER on IntegriCloud