summaryrefslogtreecommitdiffstats
path: root/kscd/libwm/plat_hpux.c
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-04-05 13:18:46 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-04-05 13:18:46 -0500
commitd2fc88a49ddb99863a42e9b7953f920f5b28b944 (patch)
tree2c0d6c75395919eff211bc005544bdf6272aaf11 /kscd/libwm/plat_hpux.c
parent447ec7dc0dabca83f70632ab66cfdba80835a703 (diff)
downloadtdemultimedia-d2fc88a49ddb99863a42e9b7953f920f5b28b944.tar.gz
tdemultimedia-d2fc88a49ddb99863a42e9b7953f920f5b28b944.zip
Fix typos.
Diffstat (limited to 'kscd/libwm/plat_hpux.c')
-rw-r--r--kscd/libwm/plat_hpux.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/kscd/libwm/plat_hpux.c b/kscd/libwm/plat_hpux.c
index a52d341f..1a12da4e 100644
--- a/kscd/libwm/plat_hpux.c
+++ b/kscd/libwm/plat_hpux.c
@@ -342,14 +342,14 @@ gen_get_volume( struct wm_drive *d, int *left, int *right )
} /* gen_get_volume() */
/*------------------------------------------------------------------------*
- * 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() */