From fa5efa6399b838f6c8e80ce2d5a8f5ff5a971f96 Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Sun, 12 Sep 2004 22:40:40 +0000 Subject: [PATCH] * Fix grammar * Convert tabs to spaces llvm-svn: 16300 --- include/llvm/Config/config.h.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/include/llvm/Config/config.h.in b/include/llvm/Config/config.h.in index 765b3e100fe..478de7d5547 100644 --- a/include/llvm/Config/config.h.in +++ b/include/llvm/Config/config.h.in @@ -219,11 +219,11 @@ #undef SHLIBEXT /* If using the C implementation of alloca, define if you know the - direction of stack growth for your system; otherwise it will be + direction of stack growth for your system; otherwise, it will be automatically deduced at run-time. - STACK_DIRECTION > 0 => grows toward higher addresses - STACK_DIRECTION < 0 => grows toward lower addresses - STACK_DIRECTION = 0 => direction of growth unknown */ + STACK_DIRECTION > 0 => grows toward higher addresses + STACK_DIRECTION < 0 => grows toward lower addresses + STACK_DIRECTION = 0 => direction of growth unknown */ #undef STACK_DIRECTION /* Define to 1 if you have the ANSI C header files. */