diff options
-rw-r--r-- | include/alloca.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/alloca.h b/include/alloca.h index 68e50bf..010bb99 100644 --- a/include/alloca.h +++ b/include/alloca.h @@ -27,7 +27,7 @@ #include <bits/types.h> -/* alloca is machine- _and_ compiler-dependent, it is not +/* alloca is machine- _and_ compiler-dependent, it is not * implemented in slibc, but in the compiler. */ |