[vlc-commits] mmdevice: cosmetic
Rémi Denis-Courmont
git at videolan.org
Sat Dec 28 12:04:52 CET 2013
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sat Dec 28 13:04:27 2013 +0200| [f339578ace73bb2139ab3b4e1f6ef88d591ab983] | committer: Rémi Denis-Courmont
mmdevice: cosmetic
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f339578ace73bb2139ab3b4e1f6ef88d591ab983
---
modules/audio_output/mmdevice.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/audio_output/mmdevice.c b/modules/audio_output/mmdevice.c
index 7e99107..285e725 100644
--- a/modules/audio_output/mmdevice.c
+++ b/modules/audio_output/mmdevice.c
@@ -94,7 +94,7 @@ struct aout_sys_t
/* NOTE: The Core Audio API documentation totally fails to specify the thread
* safety (or lack thereof) of the interfaces. This code takes the most
- * restrictive assumption, no thread safety: The background thread (MMThread)
+ * restrictive assumption: no thread safety. The background thread (MMThread)
* only runs at specified times, namely between the device_ready and
* device_changed events (effectively, a thread barrier but only Windows 8
* provides thread barriers natively).
More information about the vlc-commits
mailing list