summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib/Target/X86')
-rw-r--r--llvm/lib/Target/X86/X86ISelLowering.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/X86/X86ISelLowering.h b/llvm/lib/Target/X86/X86ISelLowering.h
index 4d0e66a1e84..6ff9ca55d3e 100644
--- a/llvm/lib/Target/X86/X86ISelLowering.h
+++ b/llvm/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
OpenPOWER on IntegriCloud