fix LOG10 typo
authorCraig Burley <craig@jcb-sc.com>
Thu, 18 Feb 1999 00:11:26 +0000 (00:11 +0000)
committerCraig Burley <burley@gcc.gnu.org>
Thu, 18 Feb 1999 00:11:26 +0000 (19:11 -0500)
From-SVN: r25275

gcc/f/ChangeLog
gcc/f/intdoc.in

index 22c6f090835f08534e0dc5dcbd3d5faa70b58fb9..ff35db2e69e3e106c13f63832f0f8c266c415132 100644 (file)
@@ -1,3 +1,7 @@
+1999-02-18  Craig Burley  <craig@jcb-sc.com>
+
+       * intdoc.in (LOG10): Fix typo.
+
 1999-02-17  Ulrich Drepper  <drepper@cygnus.com>
 
        * intdoc.in: Fix typo.
index 5cc9ff05dc5326ab34b7589341cac5e307088932..e34621059fa5e362168ba3c0267916e93ad5b035 100644 (file)
@@ -298,7 +298,7 @@ DEFDOC (CDLOG, "Natural logarithm (archaic).", ARCHAIC (LOG, Log))
 
 DEFDOC (LOG10, "Common logarithm.", "\
 Returns the common logarithm (base 10) of @var{@1@}, which must
-be greater than zero or.
+be greater than zero.
 
 The inverse of this function is @samp{10. ** LOG10(@var{@1@})}.