doc: Change wrong term to avoid confusion
authorGabriel Dume <gabriel.ddx84@gmail.com>
Sun, 17 Aug 2014 20:19:38 +0000 (16:19 -0400)
committerLuca Barbato <lu_zero@gentoo.org>
Mon, 18 Aug 2014 11:29:25 +0000 (13:29 +0200)
A function declaration is the prototype.

Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
doc/developer.texi

index 1ffdff1..00e2b60 100644 (file)
@@ -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)
 @{