* Fix grammar
authorMisha Brukman <brukman+llvm@gmail.com>
Sun, 12 Sep 2004 22:40:40 +0000 (22:40 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Sun, 12 Sep 2004 22:40:40 +0000 (22:40 +0000)
* Convert tabs to spaces

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16300 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Config/config.h.in

index 765b3e100fe4499caea22b8681eca8acff06263a..478de7d55471cf58ce12263abebc1f0b1740d729 100644 (file)
 #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. */