summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorCyril Brulebois <kibi@debian.org>2011-06-06 02:24:59 +0200
committerAdam Jackson <ajax@redhat.com>2015-09-23 10:28:41 -0400
commit0b8fca667b45f00249a3dd9ee79d2a77a4177b24 (patch)
treecc3e831e54400a89bd8b087cb266022a44a06e12 /doc
parent1226f7ddd78da5dc8b6f6442600ac2deb3986e8d (diff)
doc: Fix typo.
Signed-off-by: Cyril Brulebois <kibi@debian.org> Reviewed-by: Jamey Sharp <jamey@minilop.net> Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/c-extensions2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/c-extensions b/doc/c-extensions
index 4a9006150..e5fde3440 100644
--- a/doc/c-extensions
+++ b/doc/c-extensions
@@ -21,7 +21,7 @@ extensions, although the results may not be optimal.
table.
* _X_INTERNAL: like _X_HIDDEN, but attempt to ensure that this function
is never called from another module.
- * _X_INLINE: inline this functon if possible (generally obeyed unless
+ * _X_INLINE: inline this function if possible (generally obeyed unless
disabling optimisations).
* _X_DEPRECATED: warn on use of this function.