diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 2001-12-18 07:16:41 -0500 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 2001-12-18 07:16:41 -0500 |
commit | 769317c56d2321f57f3da95f444026e26f0e795c (patch) | |
tree | d6ce801f909ea2dd16c4d0ac9f4ad2c25f268ab4 /gcc | |
parent | 7d5863fb0b14f3e62d09982fa95a80ec28e153e2 (diff) | |
download | gcc-769317c56d2321f57f3da95f444026e26f0e795c.zip gcc-769317c56d2321f57f3da95f444026e26f0e795c.tar.gz gcc-769317c56d2321f57f3da95f444026e26f0e795c.tar.bz2 |
Fix spelling error
From-SVN: r48153
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/alpha/vms.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/alpha/vms.h b/gcc/config/alpha/vms.h index 0cac476..be258cd 100644 --- a/gcc/config/alpha/vms.h +++ b/gcc/config/alpha/vms.h @@ -240,7 +240,7 @@ typedef struct {int num_args; enum avms_arg_type atypes[6];} avms_arg_info; } \ } -/* ABI has stack checking, but its broken */ +/* ABI has stack checking, but it's broken. */ #undef STACK_CHECK_BUILTIN #define STACK_CHECK_BUILTIN 0 |