From 6ac8a72f7a044f44734a0270487c3bb6fb186d53 Mon Sep 17 00:00:00 2001 From: Gabor Greif Date: Mon, 18 Jun 2018 14:22:54 +0200 Subject: Typofixes in docs and comments [ci skip] --- utils/llvm-targets/gen-data-layout.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils') 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) -- cgit v1.2.1