summaryrefslogtreecommitdiffstats
path: root/openmp/runtime/tools
diff options
context:
space:
mode:
authorJonathan Peyton <jonathan.l.peyton@intel.com>2015-05-22 22:35:51 +0000
committerJonathan Peyton <jonathan.l.peyton@intel.com>2015-05-22 22:35:51 +0000
commit1406f014fd6b10eadf5fc63c6d474334e0855ce8 (patch)
treea1af9f816ffe49589ae9128dbf60f56e369107be /openmp/runtime/tools
parentf342459aa4f7aff7ae02e52513322f7f6921a2c2 (diff)
downloadbcm5719-llvm-1406f014fd6b10eadf5fc63c6d474334e0855ce8.tar.gz
bcm5719-llvm-1406f014fd6b10eadf5fc63c6d474334e0855ce8.zip
Fix spelling errors
These spelling errors are in comments and some debug messages. llvm-svn: 238060
Diffstat (limited to 'openmp/runtime/tools')
-rwxr-xr-xopenmp/runtime/tools/make-fat-binaries.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/openmp/runtime/tools/make-fat-binaries.pl b/openmp/runtime/tools/make-fat-binaries.pl
index fa670d6adc3..b297e31987f 100755
--- a/openmp/runtime/tools/make-fat-binaries.pl
+++ b/openmp/runtime/tools/make-fat-binaries.pl
@@ -218,7 +218,7 @@ directory keeps files for one architecture (e. g. i386), another directory conta
another architecture (e. g. x86_64), etc. All input directories must contain the same set of files.
The script issues an error if sets of files in input directories differ.
-If the script finishes successfuly, output directory will contain the set universal binaries
+If the script finishes successfully, output directory will contain the set universal binaries
built from files with the same name in input directories.
=head1 EXAMPLES
OpenPOWER on IntegriCloud