Skip to content

Commit d37eeb8

Browse files
committed
typo
1 parent 59666ff commit d37eeb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/include/llvm/Target/TargetOptions.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ class TargetOptions {
230230
/// EnableGlobalISel - This flag enables global instruction selection.
231231
unsigned EnableGlobalISel : 1;
232232

233-
/// EnableGlobalISelExtendedLLT - This flag enables LLTs with extenden type
233+
/// EnableGlobalISelExtendedLLT - This flag enables LLTs with extended type
234234
/// info so target may distinguish different formats of equal sized scalars.
235235
unsigned EnableGlobalISelExtendedLLT : 1;
236236

0 commit comments

Comments
 (0)