diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-04-05 13:18:46 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-04-05 13:18:46 -0500 |
commit | d2fc88a49ddb99863a42e9b7953f920f5b28b944 (patch) | |
tree | 2c0d6c75395919eff211bc005544bdf6272aaf11 /kscd/libwm/plat_sun.c | |
parent | 447ec7dc0dabca83f70632ab66cfdba80835a703 (diff) | |
download | tdemultimedia-d2fc88a49ddb99863a42e9b7953f920f5b28b944.tar.gz tdemultimedia-d2fc88a49ddb99863a42e9b7953f920f5b28b944.zip |
Fix typos.
Diffstat (limited to 'kscd/libwm/plat_sun.c')
-rw-r--r-- | kscd/libwm/plat_sun.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kscd/libwm/plat_sun.c b/kscd/libwm/plat_sun.c index 4e61d68f..80ce3567 100644 --- a/kscd/libwm/plat_sun.c +++ b/kscd/libwm/plat_sun.c @@ -959,14 +959,14 @@ codec_stop( void ) { return 0; } #endif /* CODEC } */ /*------------------------------------------------------------------------* - * gen_get_cdtext(drive, buffer, lenght) + * gen_get_cdtext(drive, buffer, length) *------------------------------------------------------------------------*/ int -gen_get_cdtext(struct wm_drive *d, unsigned char **pp_buffer, int *p_buffer_lenght) +gen_get_cdtext(struct wm_drive *d, unsigned char **pp_buffer, int *p_buffer_length) { /* This needs to be tested */ - return wm_scsi_get_cdtext(d, pp_buffer, p_buffer_lenght); + return wm_scsi_get_cdtext(d, pp_buffer, p_buffer_length); } /* gen_get_cdtext() */ #endif /* sun */ |