From 5202aa18f6fea8b4864906ce4846545c7980d723 Mon Sep 17 00:00:00 2001 From: Craig Topper Date: Wed, 26 Apr 2023 11:24:35 -0700 Subject: [PATCH] [RISCV] Fix spelling 'Floating Pont' -> 'Floating Point'. NFC --- llvm/test/MC/RISCV/user-csr-names.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/test/MC/RISCV/user-csr-names.s b/llvm/test/MC/RISCV/user-csr-names.s index f2759d2..2ee54ff 100644 --- a/llvm/test/MC/RISCV/user-csr-names.s +++ b/llvm/test/MC/RISCV/user-csr-names.s @@ -130,7 +130,7 @@ csrrs t1, uip, zero csrrs t2, 0x044, zero ################################## -# User Floating Pont CSRs +# User Floating Point CSRs ################################## # Tests in rvf-user-mode-csr.s -- 2.7.4