diff options
author | reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2010-08-01 13:53:04 +0000 |
---|---|---|
committer | Uoti Urpala <uau@glyph.nonexistent.invalid> | 2010-11-02 04:14:46 +0200 |
commit | 3f4dd2f8333c12c87901c070a4659ea59e102e23 (patch) | |
tree | 0ce8a5b8ef99416d95257bc42f1bfbdd90ece11e /libdvdcss/css.c | |
parent | 2fadc18008ab7ec7747b1774a60c93e560ab9001 (diff) | |
download | mpv-3f4dd2f8333c12c87901c070a4659ea59e102e23.tar.bz2 mpv-3f4dd2f8333c12c87901c070a4659ea59e102e23.tar.xz |
dvdcss: Fix typo in documentation
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31884 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libdvdcss/css.c')
-rw-r--r-- | libdvdcss/css.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libdvdcss/css.c b/libdvdcss/css.c index ca53e6b494..886a803efd 100644 --- a/libdvdcss/css.c +++ b/libdvdcss/css.c @@ -90,7 +90,7 @@ static int AttackPadding ( uint8_t const[], int, uint8_t * ); /***************************************************************************** * _dvdcss_test: check if the disc is encrypted or not ***************************************************************************** - * Sets b_scrambled, b_ioctl + * Sets b_scrambled, b_ioctls *****************************************************************************/ void _dvdcss_test( dvdcss_t dvdcss ) { |