summaryrefslogtreecommitdiff
path: root/gcc/config/alpha/vms-psxcrt0-64.c
diff options
context:
space:
mode:
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2007-02-20 02:10:57 +0000
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2007-02-20 02:10:57 +0000
commit85c36fd1d38e057cd4147384cc4b876238db988a (patch)
tree0771e267aa01450814af88276ed12edcd67192aa /gcc/config/alpha/vms-psxcrt0-64.c
parent53861d5d19cd1b5ee83842e867931fa37ab4743a (diff)
downloadgcc-85c36fd1d38e057cd4147384cc4b876238db988a.tar.gz
* config/alpha/alpha.c, config/alpha/alpha.md,
config/alpha/lib1funcs.asm, config/alpha/vms-crt0-64.c, config/alpha/vms-psxcrt0-64.c, config/arc/arc.c, config/arc/arc.h, config/arm/arm.c, config/arm/arm.md, config/arm/lib1funcs.asm: Follow spelling conventions. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@122150 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/alpha/vms-psxcrt0-64.c')
-rw-r--r--gcc/config/alpha/vms-psxcrt0-64.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/alpha/vms-psxcrt0-64.c b/gcc/config/alpha/vms-psxcrt0-64.c
index 02c77019abe..cf4e8679e11 100644
--- a/gcc/config/alpha/vms-psxcrt0-64.c
+++ b/gcc/config/alpha/vms-psxcrt0-64.c
@@ -79,7 +79,7 @@ __main (arg1, arg2, arg3, image_file_desc, arg5, arg6)
#pragma __pointer_size long
- /* Reallocate argv with 64 bit pointers. */
+ /* Reallocate argv with 64-bit pointers. */
long_argv = (char **) malloc (sizeof (char *) * (argc + 1));
for (i = 0; i < argc; i++)