Skip to content

Commit a442053

Browse files
committed
Fix typo
1 parent f74bbc3 commit a442053

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/RISCV/RISCVFeatures.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class RISCVExtension<string name, int major, int minor, string desc,
3939

4040
// The groupID/bitmask of RISCVExtension is used to retrieve a specific bit value
4141
// from __riscv_feature_bit based on the groupID and bitmask.
42-
// gourpID - groupID of extension
42+
// groupID - groupID of extension
4343
// bitmaskShift - bitmask shift of extension
4444
class RISCVExtensionBitmask<bits<3> groupID, int bitmaskShift> {
4545
int GroupID = groupID;

0 commit comments

Comments
 (0)