aboutsummaryrefslogtreecommitdiff
path: root/gcc/rtl.h
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2005-08-27 00:05:57 +0200
committerJakub Jelinek <jakub@gcc.gnu.org>2005-08-27 00:05:57 +0200
commit24b7d7c318e883bedd854414ae4348cda673f8ad (patch)
tree5126a12a5b2e9bd5384faaef853775c770d3fb03 /gcc/rtl.h
parent435bb2a125f54edb565053b7c40afda765fe96bd (diff)
downloadgcc-24b7d7c318e883bedd854414ae4348cda673f8ad.zip
gcc-24b7d7c318e883bedd854414ae4348cda673f8ad.tar.gz
gcc-24b7d7c318e883bedd854414ae4348cda673f8ad.tar.bz2
* rtl.h (MEM_IN_STRUCT_P): Fix comment typo.
From-SVN: r103542
Diffstat (limited to 'gcc/rtl.h')
-rw-r--r--gcc/rtl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/rtl.h b/gcc/rtl.h
index 3b47e24..7fa8fab 100644
--- a/gcc/rtl.h
+++ b/gcc/rtl.h
@@ -1043,7 +1043,7 @@ do { \
ASM_INPUT)->volatil)
/* 1 if RTX is a mem that refers to an aggregate, either to the
- aggregate itself of to a field of the aggregate. If zero, RTX may
+ aggregate itself or to a field of the aggregate. If zero, RTX may
or may not be such a reference. */
#define MEM_IN_STRUCT_P(RTX) \
(RTL_FLAG_CHECK1("MEM_IN_STRUCT_P", (RTX), MEM)->in_struct)