Skip to content

Commit 09d135e

Browse files
committed
fix comment
1 parent 632db80 commit 09d135e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/TargetParser/Host.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1682,7 +1682,7 @@ struct RISCVHwProbe {
16821682

16831683
StringRef sys::getHostCPUName() {
16841684
#if defined(__linux__)
1685-
// Try hwprobe way first.
1685+
// Try the hwprobe way first.
16861686
RISCVHwProbe Query[]{{/*RISCV_HWPROBE_KEY_MVENDORID=*/0, 0},
16871687
{/*RISCV_HWPROBE_KEY_MARCHID=*/1, 0},
16881688
{/*RISCV_HWPROBE_KEY_MIMPID=*/2, 0}};

0 commit comments

Comments
 (0)