diff --git a/llvm/lib/Target/RISCV/RISCVFeatures.td b/llvm/lib/Target/RISCV/RISCVFeatures.td index 71119136379b34..03ccda4561ed8b 100644 --- a/llvm/lib/Target/RISCV/RISCVFeatures.td +++ b/llvm/lib/Target/RISCV/RISCVFeatures.td @@ -822,7 +822,7 @@ def FeatureStdExtSsstateen def FeatureStdExtSsstrict : SubtargetFeature<"ssstrict", "HasStdExtSsstrict", "true", - "'Ssstrict' (No non-conforming extensions are present.", []>; + "'Ssstrict' (No non-conforming extensions are present)", []>; def FeatureStdExtSstc : SubtargetFeature<"sstc", "HasStdExtSstc", "true",