* rtl.h (MEM_IN_STRUCT_P): Fix comment typo.
authorJakub Jelinek <jakub@redhat.com>
Fri, 26 Aug 2005 22:05:57 +0000 (00:05 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Fri, 26 Aug 2005 22:05:57 +0000 (00:05 +0200)
From-SVN: r103542

gcc/ChangeLog
gcc/rtl.h

index 82f46a45f26e9c8b5a1eb6fad3e4b74577d59c88..b2643c29516ba10ecf8943bb5ff453b1f5f0923c 100644 (file)
@@ -1,3 +1,7 @@
+2005-08-27  Jakub Jelinek  <jakub@redhat.com>
+
+       * rtl.h (MEM_IN_STRUCT_P): Fix comment typo.
+
 2005-08-26  Jakub Jelinek  <jakub@redhat.com>
 
        PR rtl-optimization/23561
index 3b47e24d5098dd61714ca95cfbba51ef38696e4f..7fa8fabc7d461434613d0b252083b46382a8ce27 100644 (file)
--- 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)