]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/fortran/trans.h
arith.c, [...]: Fix comment formatting.
[thirdparty/gcc.git] / gcc / fortran / trans.h
index f61fd4f97216ef1b42480222acdf09118da66bba..33d422aa526b5028eee352d08e2a315795666511 100644 (file)
@@ -308,7 +308,7 @@ tree gfc_trans_scalar_assign (gfc_se *, gfc_se *, bt);
 /* Translate COMMON blocks.  */
 void gfc_trans_common (gfc_namespace *);
 
-/* Translate a derived type constructor. */
+/* Translate a derived type constructor.  */
 void gfc_conv_structure (gfc_se *, gfc_expr *, int);
 
 /* Return an expression which determines if a dummy parameter is present.  */