summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTatsuo Ishii2016-10-30 22:30:46 +0000
committerTatsuo Ishii2016-10-30 22:33:53 +0000
commitb0034e71989f03b78e8ebcb02e62acffc6fc0351 (patch)
tree69448169bdf66390ca35eaee8ed51edd4a262e2a
parent464326e83b4cb7ef7211eb00bdb4acd4ea2d42cf (diff)
Fix typo in sources.sgml.
Per Shinichi Matsuda.
-rw-r--r--doc/src/sgml/sources.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/sources.sgml b/doc/src/sgml/sources.sgml
index d132ee4a2ed..877fcedbb3a 100644
--- a/doc/src/sgml/sources.sgml
+++ b/doc/src/sgml/sources.sgml
@@ -898,7 +898,7 @@ BETTER: unrecognized node type: 42
expressions of various types need to be passed to the macro.
</para>
<para>
- When the definition an inline function references symbols
+ When the definition of an inline function references symbols
(i.e. variables, functions) that are only available as part of the
backend, the function may not be visible when included from frontend
code.