[vlc-devel] commit: Fix grammar ( Rémi Denis-Courmont )
git version control
git at videolan.org
Wed Jun 4 20:16:11 CEST 2008
vlc | branch: master | Rémi Denis-Courmont <rdenis at simphalempin.com> | Wed Jun 4 20:33:17 2008 +0300| [86afb9792b9990d47d036cdbc3a1f216152d0960]
Fix grammar
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=86afb9792b9990d47d036cdbc3a1f216152d0960
---
src/input/input.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/input/input.c b/src/input/input.c
index b73e1d9..10743d1 100644
--- a/src/input/input.c
+++ b/src/input/input.c
@@ -384,7 +384,7 @@ input_thread_t *__input_CreateThreadExtended( vlc_object_t *p_parent,
}
/**
- * Initialize an input thread and run it. This thread will clean after himself,
+ * Initialize an input thread and run it. This thread will clean after itself,
* you can forget about it. It can work either in blocking or non-blocking mode
*
* \param p_parent a vlc_object
More information about the vlc-devel
mailing list