diff options
author | Gabor Greif <ggreif@gmail.com> | 2018-06-18 14:22:54 +0200 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2018-06-18 14:41:54 +0200 |
commit | 6ac8a72f7a044f44734a0270487c3bb6fb186d53 (patch) | |
tree | 615d72e490c418f79f4fb18d1453412394247af2 /utils/llvm-targets | |
parent | 30b029bea9abe1f5f2855d9e7f0ae26a18cf049b (diff) | |
download | haskell-6ac8a72f7a044f44734a0270487c3bb6fb186d53.tar.gz |
Typofixes in docs and comments [ci skip]
Diffstat (limited to 'utils/llvm-targets')
-rwxr-xr-x | utils/llvm-targets/gen-data-layout.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/llvm-targets/gen-data-layout.sh b/utils/llvm-targets/gen-data-layout.sh index 7b5f9e354b..ab036a98c4 100755 --- a/utils/llvm-targets/gen-data-layout.sh +++ b/utils/llvm-targets/gen-data-layout.sh @@ -78,7 +78,7 @@ FILE=_____dummy.c touch $FILE for target in "${TARGETS[@]}"; do - # find the cpu and attributes emitte by clang for the given $target + # find the cpu and attributes emitted by clang for the given $target CPU="" ATTR=() args=$(clang --target=$target -S $FILE -o /dev/null -v 2>&1 |grep $FILE) |