aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorCraig Burley <craig@jcb-sc.com>1999-02-18 00:11:26 +0000
committerCraig Burley <burley@gcc.gnu.org>1999-02-17 19:11:26 -0500
commitc718be04363d8f443cdb7feb76b5a6f36bc8bca7 (patch)
tree3e189bda89812c621d82d54cb3cbeba994c4afe2 /gcc
parentef35f382bd8b89c89cbda609dc92058d2746d660 (diff)
downloadgcc-c718be04363d8f443cdb7feb76b5a6f36bc8bca7.zip
gcc-c718be04363d8f443cdb7feb76b5a6f36bc8bca7.tar.gz
gcc-c718be04363d8f443cdb7feb76b5a6f36bc8bca7.tar.bz2
fix LOG10 typo
From-SVN: r25275
Diffstat (limited to 'gcc')
-rw-r--r--gcc/f/ChangeLog4
-rw-r--r--gcc/f/intdoc.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/f/ChangeLog b/gcc/f/ChangeLog
index 22c6f09..ff35db2 100644
--- a/gcc/f/ChangeLog
+++ b/gcc/f/ChangeLog
@@ -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.
diff --git a/gcc/f/intdoc.in b/gcc/f/intdoc.in
index 5cc9ff0..e346210 100644
--- a/gcc/f/intdoc.in
+++ b/gcc/f/intdoc.in
@@ -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@})}.