diff options
| -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 |
