Commit cd3a6e77 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Grammar

parent ce251600
...@@ -224,7 +224,7 @@ struct vout_display_owner_t { ...@@ -224,7 +224,7 @@ struct vout_display_owner_t {
* *
* You can send it at any time i.e. from any vout_display_t functions or * You can send it at any time i.e. from any vout_display_t functions or
* from another thread. * from another thread.
* Becarefull, it does not ensure correct serialization if it is used * Be careful, it does not ensure correct serialization if it is used
* from multiple threads. * from multiple threads.
*/ */
void (*event)(vout_display_t *, int, va_list); void (*event)(vout_display_t *, int, va_list);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment