[PATCH] Fix typo (NFC)
authorEvandro Menezes <ebahapo@users.noreply.github.com>
Fri, 2 Oct 2020 21:30:39 +0000 (16:30 -0500)
committerEvandro Menezes <ebahapo@users.noreply.github.com>
Sat, 3 Oct 2020 02:19:14 +0000 (21:19 -0500)
clang/test/Driver/riscv-cpus.c

index c22f6cc..15cd212 100644 (file)
@@ -28,7 +28,7 @@
 // MCPU-ABI-SIFIVE-U54: "-target-feature" "+c" "-target-feature" "+64bit"
 // MCPU-ABI-SIFIVE-U54: "-target-abi" "lp64"
 
-// march overwirte mcpu's default march
+// march overwrite mcpu's default march
 // RUN: %clang -target riscv32 -### -c %s 2>&1 -mcpu=sifive-e31 -march=rv32imc | FileCheck -check-prefix=MCPU-MARCH %s
 // MCPU-MARCH: "-nostdsysteminc" "-target-cpu" "sifive-e31" "-target-feature" "+m" "-target-feature" "+c"
 // MCPU-MARCH: "-target-abi" "ilp32"