From 9d96c942783c15b7bae2a26f1e253a60f1bd39cc Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Tue, 6 Sep 2011 19:29:31 +0000 Subject: Fix comment. Noticed by Duncan. llvm-svn: 139161 --- llvm/lib/Target/X86/X86ISelLowering.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib') 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 -- cgit v1.2.3