diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-09-06 02:05:07 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-09-06 02:05:07 +0000 |
commit | c7756faddaaf6e352c4602a4f725364cc91dcdde (patch) | |
tree | 5be91040457888b19bef16f6de412ce62f0c496c /gcc/ipa-prop.h | |
parent | 6d60a24c5853ad29ff452c23684ed7a779c20ec9 (diff) | |
download | gcc-c7756faddaaf6e352c4602a4f725364cc91dcdde.tar.gz |
* gimplify.c, ipa-prop.h, varasm.c, config/vxlib.c,
config/vxworks.h, config/crx/crx.c, config/ms1/ms1.c,
config/ms1/ms1.md, config/rs6000/rs6000.c: Fix comment typos.
Follow spelling conventions.
* doc/invoke.texi: Follow spelling conventions.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103925 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ipa-prop.h')
-rw-r--r-- | gcc/ipa-prop.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ipa-prop.h b/gcc/ipa-prop.h index bfed61a56bb..82d0ca55711 100644 --- a/gcc/ipa-prop.h +++ b/gcc/ipa-prop.h @@ -60,7 +60,7 @@ enum cvalue_type }; /* Represents the value of either jump function or cval. - value represnts a constant. + value represents a constant. formal_id is used only in jump function context and represents pass-through parameter (the formal of caller is passed as argument). */ |