gfortran.texi (_gfortran_caf_sync_memory): Improve wording.
authorIain Sandoe <iain@codesourcery.com>
Tue, 24 Mar 2015 07:04:51 +0000 (07:04 +0000)
committerTobias Burnus <burnus@gcc.gnu.org>
Tue, 24 Mar 2015 07:04:51 +0000 (08:04 +0100)
2015-03-24  Iain Sandoe  <iain@codesourcery.com>
            Tobias Burnus  <burnus@net-b.de>

        * gfortran.texi (_gfortran_caf_sync_memory): Improve wording.

Co-Authored-By: Tobias Burnus <burnus@net-b.de>
From-SVN: r221615

gcc/fortran/ChangeLog
gcc/fortran/gfortran.texi

index 473d3192a92a06e20a1c9ae625ccec5d36a0aa98..0120d9c91138bd38f08561207e136a995b8ccad7 100644 (file)
@@ -1,3 +1,8 @@
+2015-03-24  Iain Sandoe  <iain@codesourcery.com>
+           Tobias Burnus  <burnus@net-b.de>
+
+       * gfortran.texi (_gfortran_caf_sync_memory): Improve wording.
+
 2015-03-23  Paul Thomas  <pault@gcc.gnu.org>
            Mikael Morin  <mikael@gcc.gnu.org>
 
index 9eca6c7a75607e96b8fb8c62dfc39584fadacfde..a06c5fc4246b876ba41a8be0176cce37a2c46d45 100644 (file)
@@ -3860,8 +3860,8 @@ an error message; may be NULL
 @item @var{errmsg_len} @tab the buffer size of errmsg.
 @end multitable
 
-@item @emph{NOTE} A simple implementation could be a simple
-@code{__asm__ __volatile__ ("":::"memory)} to prevent code movements.
+@item @emph{NOTE} A simple implementation could be
+@code{__asm__ __volatile__ ("":::"memory")} to prevent code movements.
 @end table