diff mbox

[committed] fix Fortran docs

Message ID 20150203220104.GA34193@troutmask.apl.washington.edu
State New
Headers show

Commit Message

Steve Kargl Feb. 3, 2015, 10:01 p.m. UTC
I've committed the following typo fix to both 4.9 and 5.0.
diff mbox

Patch

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 220347)
+++ ChangeLog	(working copy)
@@ -1,3 +1,6 @@ 
+2015-02-03  Steven G. Kargl  <kargl@gcc.gnu.org>
+
+	* intrinsic.texi (CO_ASSOCIATED): c_prt_1 should be c_ptr_1.
 
 2015-01-30  Andre Vehreschild  <vehre@gmx.de>
 
Index: intrinsic.texi
===================================================================
--- intrinsic.texi	(revision 220347)
+++ intrinsic.texi	(working copy)
@@ -2713,7 +2713,7 @@  end program test_btest
 
 @table @asis
 @item @emph{Description}:
-@code{C_ASSOCIATED(c_prt_1[, c_ptr_2])} determines the status of the C pointer
+@code{C_ASSOCIATED(c_ptr_1[, c_ptr_2])} determines the status of the C pointer
 @var{c_ptr_1} or if @var{c_ptr_1} is associated with the target @var{c_ptr_2}.
 
 @item @emph{Standard}:
@@ -2723,7 +2723,7 @@  Fortran 2003 and later
 Inquiry function
 
 @item @emph{Syntax}:
-@code{RESULT = C_ASSOCIATED(c_prt_1[, c_ptr_2])}
+@code{RESULT = C_ASSOCIATED(c_ptr_1[, c_ptr_2])}
 
 @item @emph{Arguments}:
 @multitable @columnfractions .15 .70