summaryrefslogtreecommitdiff
path: root/doc/developer.texi
diff options
context:
space:
mode:
authorGabriel Dume <gabriel.ddx84@gmail.com>2014-08-17 16:19:38 -0400
committerLuca Barbato <lu_zero@gentoo.org>2014-08-18 13:29:25 +0200
commitdd35d451fbc34795a8d19ac6c281bed53c42a29b (patch)
tree4228ecb57e88138e73268b2b824e533602468feb /doc/developer.texi
parent42604902292ebaba39b13e8efd98419908518019 (diff)
doc: Change wrong term to avoid confusion
A function declaration is the prototype. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
Diffstat (limited to 'doc/developer.texi')
-rw-r--r--doc/developer.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/developer.texi b/doc/developer.texi
index 1ffdff10c9..00e2b6028f 100644
--- a/doc/developer.texi
+++ b/doc/developer.texi
@@ -68,7 +68,7 @@ case AVLINK_STARTINIT:
@end example
@item
-Braces in function declarations are written on the new line:
+Braces in function definitions are written on the new line:
@example
const char *avfilter_configuration(void)
@{