Fix comment. Noticed by Duncan.

llvm-svn: 139161
This commit is contained in:
Rafael Espindola 2011-09-06 19:29:31 +00:00
parent 9128ee2f7a
commit 9d96c94278
1 changed files with 1 additions and 1 deletions

View File

@ -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