* doc/rtl.texi (Flags, MEM_SCALAR_P): Fix typo.
authorGaute B Strokkenes <gs234@cam.ac.uk>
Tue, 19 Feb 2002 17:27:12 +0000 (17:27 +0000)
committerGerald Pfeifer <gerald@gcc.gnu.org>
Tue, 19 Feb 2002 17:27:12 +0000 (17:27 +0000)
From-SVN: r49867

gcc/ChangeLog
gcc/doc/rtl.texi

index 9de70ed374e52455ae5231eea19c4202ebc560f9..a09d4445eaa1722540ec17b3c6cf45c637ca6117 100644 (file)
@@ -1,3 +1,7 @@
+2002-02-19  Gaute B Strokkenes <gs234@cam.ac.uk>
+
+       * doc/rtl.texi (Flags, MEM_SCALAR_P): Fix typo.
+
 2002-02-19  Ryan T. Sammartino <ryants@shaw.ca>
 
        * doc/invoke.texi: explicitly list the style guidelines that
index 07fdede16e89708ac77d713ece818a56de7cda0f..b523aa42ce79ff406b13bb07cdbe43f0182aad85 100644 (file)
@@ -501,9 +501,9 @@ Stored in the @code{jump} field and printed as @samp{/j}.
 In @code{mem} expressions, nonzero for reference to a scalar known not
 to be a member of a structure, union, or array.  Zero for such
 references and for indirections through pointers, even pointers pointing
-to scalar types.  If both this flag and @code{MEM_STRUCT_P} are clear, then we
-don't know whether this @code{mem} is in a structure or not.  Both flags should
-never be simultaneously set.
+to scalar types.  If both this flag and @code{MEM_IN_STRUCT_P} are clear,
+then we don't know whether this @code{mem} is in a structure or not.
+Both flags should never be simultaneously set.
 Stored in the @code{frame_related} field and printed as @samp{/f}.
 
 @findex MEM_VOLATILE_P