OSDN Git Service

fix LOG10 typo
authorburley <burley@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 18 Feb 1999 00:11:26 +0000 (00:11 +0000)
committerburley <burley@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 18 Feb 1999 00:11:26 +0000 (00:11 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@25275 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 22c6f09..ff35db2 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 5cc9ff0..e346210 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@})}.