[llvm] 5202aa1 - [RISCV] Fix spelling 'Floating Pont' -> 'Floating Point'. NFC

Craig Topper via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 26 11:24:53 PDT 2023


Author: Craig Topper
Date: 2023-04-26T11:24:40-07:00
New Revision: 5202aa18f6fea8b4864906ce4846545c7980d723

URL: https://github.com/llvm/llvm-project/commit/5202aa18f6fea8b4864906ce4846545c7980d723
DIFF: https://github.com/llvm/llvm-project/commit/5202aa18f6fea8b4864906ce4846545c7980d723.diff

LOG: [RISCV] Fix spelling 'Floating Pont' -> 'Floating Point'. NFC

Added: 
    

Modified: 
    llvm/test/MC/RISCV/user-csr-names.s

Removed: 
    


################################################################################
diff  --git a/llvm/test/MC/RISCV/user-csr-names.s b/llvm/test/MC/RISCV/user-csr-names.s
index f2759d277ce70..2ee54ffd1d3ff 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
 


        


More information about the llvm-commits mailing list