diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-11-16 17:52:53 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-11-16 17:52:53 +0000 |
commit | 6e7fc474ebf81d81a716fd750476f67881667712 (patch) | |
tree | a7291215987853b4d7a4af3680aabe033df4a4df /gcc/target.h | |
parent | 4c8b0beb2d6fba5d136b6249a73dde1daef0bcef (diff) | |
download | gcc-6e7fc474ebf81d81a716fd750476f67881667712.tar.gz |
* hard-reg-set.h: Follow spelling conventions.
* real.c: Likewise.
* target.h: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@59173 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/target.h')
-rw-r--r-- | gcc/target.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/target.h b/gcc/target.h index 44e64a9903a..161c3dd02d7 100644 --- a/gcc/target.h +++ b/gcc/target.h @@ -123,7 +123,7 @@ struct gcc_target /* Output the assembler code for a thunk function. THUNK_DECL is the declaration for the thunk function itself, FUNCTION is the decl for the target function. DELTA is an immediate constant offset to be - added to THIS. If VCALL_OFFSET is non-zero, the word at + added to THIS. If VCALL_OFFSET is nonzero, the word at *(*this + vcall_offset) should be added to THIS. */ void (* output_mi_thunk) PARAMS ((FILE *file, tree thunk_decl, HOST_WIDE_INT delta, |