]> git.sesse.net Git - vlc/blobdiff - modules/audio_output/auhal.c
* Spelling fixes here and there.
[vlc] / modules / audio_output / auhal.c
index 4e14bde61edf521f2dbce9dc6919119e19900976..e577e2007b07a7e013061cee7d3141f0d5a0c468 100644 (file)
@@ -1217,7 +1217,7 @@ static int AudioStreamChangeFormat( aout_instance_t *p_aout, AudioStreamID i_str
     }
 
     /* The AudioStreamSetProperty is not only asynchronious (requiring the locks)
-     * it is also not Atomic, in it's behaviour.
+     * it is also not atomic in its behaviour.
      * Therefore we check 5 times before we really give up.
      * FIXME: failing isn't actually implemented yet. */
     for( i = 0; i < 5; i++ )