vlc | branch: master | Jean-Baptiste Kempf <[email protected]> | Sun Sep 22 12:27:27 2013 +0200| [e92de6bd533a5a4a00db6ea01c2a2f8819e088fb] | committer: Jean-Baptiste Kempf
Fix typo > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e92de6bd533a5a4a00db6ea01c2a2f8819e088fb --- src/misc/objects.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/misc/objects.c b/src/misc/objects.c index 8e75313..af02b6b 100644 --- a/src/misc/objects.c +++ b/src/misc/objects.c @@ -543,7 +543,7 @@ bool vlc_object_alive(vlc_object_t *obj) #undef vlc_list_children /** - * Gets the list of children of an objects, and increment their reference + * Gets the list of children of an object, and increment their reference * count. * @return a list (possibly empty) or NULL in case of error. */ _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
