From b582bfb60ea7935fef9d3db7f8773ec97489fb7f Mon Sep 17 00:00:00 2001 From: Alex Bradbury Date: Tue, 18 Apr 2023 09:50:53 +0100 Subject: [PATCH] [RISCV][NFC] Fix comment in RISCVISAInfo after f98ca363bed My fault for missing this in initial review - f98ca363bed7405a23ad4b77167e39505a1ca9dd didn't properly update the comment to reflect the change. --- llvm/lib/Support/RISCVISAInfo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/lib/Support/RISCVISAInfo.cpp b/llvm/lib/Support/RISCVISAInfo.cpp index 85386dfa9bba..7cfadec082fd 100644 --- a/llvm/lib/Support/RISCVISAInfo.cpp +++ b/llvm/lib/Support/RISCVISAInfo.cpp @@ -758,7 +758,7 @@ RISCVISAInfo::parseArchString(StringRef Arch, bool EnableExperimentalExtension, // Parse the ISA string containing non-standard user-level // extensions, standard supervisor-level extensions and // non-standard supervisor-level extensions. - // These extensions start with 'z', 's', 's', 'sx' prefixes, follow a + // These extensions start with 'z', 's', 'x', 'sx' prefixes, follow a // canonical order, might have a version number (major, minor) // and are separated by a single underscore '_'. // Set the hardware features for the extensions that are supported.