From 0b8fca667b45f00249a3dd9ee79d2a77a4177b24 Mon Sep 17 00:00:00 2001 From: Cyril Brulebois Date: Mon, 6 Jun 2011 02:24:59 +0200 Subject: [PATCH] doc: Fix typo. Signed-off-by: Cyril Brulebois Reviewed-by: Jamey Sharp Reviewed-by: Alan Coopersmith --- doc/c-extensions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.