From: Rafael Espindola Date: Tue, 6 Sep 2011 19:29:31 +0000 (+0000) Subject: Fix comment. Noticed by Duncan. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=5c984df26b0391fec853f76722df7b2bb2c9ee4c;p=oota-llvm.git Fix comment. Noticed by Duncan. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@139161 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/X86/X86ISelLowering.h b/lib/Target/X86/X86ISelLowering.h index 4d0e66a1e84..6ff9ca55d3e 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