]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
dependency.c, [...]: Fix comment typos.
authorKazu Hirata <kazu@codesourcery.com>
Fri, 16 Dec 2005 05:49:45 +0000 (05:49 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Fri, 16 Dec 2005 05:49:45 +0000 (05:49 +0000)
* dependency.c, resolve.c, trans-array.c: Fix comment typos.
* gfortran.texi: Fix typos.

From-SVN: r108624

gcc/fortran/ChangeLog
gcc/fortran/dependency.c
gcc/fortran/gfortran.texi
gcc/fortran/resolve.c
gcc/fortran/trans-array.c

index 0d364d4a6093a711c29df6a954e4e6c7d6e10cdb..94980f84941e45450e473e0739b55396b673eb78 100644 (file)
@@ -1,3 +1,8 @@
+2005-12-16  Kazu Hirata  <kazu@codesourcery.com>
+
+       * dependency.c, resolve.c, trans-array.c: Fix comment typos.
+       * gfortran.texi: Fix typos.
+
 2005-12-14  Erik Edelmann  <eedelman@gcc.gnu.org>
 
        PR fortran/18197
index d3a486e28f607495ec7f77bcde78d0d02952d618..4a795602414a1f7bffcbecfcfcb75fdc7c366b9e 100644 (file)
@@ -176,7 +176,7 @@ gfc_is_same_range (gfc_array_ref * ar1, gfc_array_ref * ar2, int n, int def)
 
 
 /* Some array-returning intrinsics can be implemented by reusing the
-   data from one of the array arguments.  For example, TRANPOSE does
+   data from one of the array arguments.  For example, TRANSPOSE does
    not necessarily need to allocate new data: it can be implemented
    by copying the original array's descriptor and simply swapping the
    two dimension specifications.
index ea3ac245aa51a2f161ee9780b27e21eb9f98d443..b4f1bf95c22228fcbb292fc2476a75e6686945bf 100644 (file)
@@ -962,7 +962,7 @@ The value of the conversion can be queried by using
 
 @code{CONVERT} works between big- and little-endian for
 @code{INTEGER} values of all supported kinds and for @code{REAL}
-on IEEE sytems of kinds 4 and 8.  Conversion between different
+on IEEE systems of kinds 4 and 8.  Conversion between different
 ``extended double'' types on different architectures such as
 m68k and x86_64, which gfortran
 supports as @code{REAL(KIND=10)} will probably not work.
index d9f0e77ee8ef080dc5bcb2d271874e9fee3c8e96..de2da6355ecfe3cb8579e87d81870e4108c923ef 100644 (file)
@@ -288,7 +288,7 @@ resolve_contained_fntype (gfc_symbol * sym, gfc_namespace * ns)
 
   /*Fortran 95 Draft Standard, page 51, Section 5.1.1.5, on the Character type,
     lists the only ways a character length value of * can be used: dummy arguments
-    of proceedures, named constants, and function results in external functions.
+    of procedures, named constants, and function results in external functions.
     Internal function results are not on that list; ergo, not permitted.  */
 
   if (sym->ts.type == BT_CHARACTER)
index 45c8351c3414b6370632693b59d00945fe163f57..a9981a375dfc42ad0f8b22d4c4bd803baf2e33ef 100644 (file)
@@ -673,7 +673,7 @@ gfc_trans_allocate_temp_array (stmtblock_t * pre, stmtblock_t * post,
 }
 
 
-/* Generate code to tranpose array EXPR by creating a new descriptor
+/* Generate code to transpose array EXPR by creating a new descriptor
    in which the dimension specifications have been reversed.  */
 
 void