diff options
-rw-r--r-- | lib/Target/X86/X86ISelLowering.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/X86/X86ISelLowering.h b/lib/Target/X86/X86ISelLowering.h index 4d0e66a1e8..6ff9ca55d3 100644 --- a/lib/Target/X86/X86ISelLowering.h +++ b/lib/Target/X86/X86ISelLowering.h @@ -288,7 +288,7 @@ namespace llvm { // SEG_ALLOCA - For allocating variable amounts of stack space when using // segmented stacks. Check if the current stacklet has enough space, and - // defects to heap allocation if not. + // falls back to heap allocation if not. SEG_ALLOCA, // Memory barrier |