diff options
author | burley <burley@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-02-18 00:11:26 +0000 |
---|---|---|
committer | burley <burley@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-02-18 00:11:26 +0000 |
commit | 847406820d4eb9f7b9055ea31162e0fd160e4a8f (patch) | |
tree | 3e189bda89812c621d82d54cb3cbeba994c4afe2 /gcc/f/intdoc.in | |
parent | 2c3186f91fcd08845095a8aacdc8db4258df8537 (diff) | |
download | gcc-847406820d4eb9f7b9055ea31162e0fd160e4a8f.tar.gz |
fix LOG10 typo
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@25275 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/f/intdoc.in')
-rw-r--r-- | gcc/f/intdoc.in | 2 |
1 files changed, 1 insertions, 1 deletions
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@})}. |