summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorburley <burley@138bc75d-0d04-0410-961f-82ee72b054a4>1999-02-18 00:11:26 +0000
committerburley <burley@138bc75d-0d04-0410-961f-82ee72b054a4>1999-02-18 00:11:26 +0000
commit847406820d4eb9f7b9055ea31162e0fd160e4a8f (patch)
tree3e189bda89812c621d82d54cb3cbeba994c4afe2
parent2c3186f91fcd08845095a8aacdc8db4258df8537 (diff)
downloadgcc-847406820d4eb9f7b9055ea31162e0fd160e4a8f.tar.gz
fix LOG10 typo
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@25275 138bc75d-0d04-0410-961f-82ee72b054a4
-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 22c6f090835..ff35db2e69e 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 5cc9ff05dc5..e34621059fa 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@})}.