From d2fc88a49ddb99863a42e9b7953f920f5b28b944 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Thu, 5 Apr 2012 13:18:46 -0500 Subject: Fix typos. --- kscd/libwm/plat_osf1.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kscd/libwm/plat_osf1.c') diff --git a/kscd/libwm/plat_osf1.c b/kscd/libwm/plat_osf1.c index 6bf1ea69..accf1f81 100644 --- a/kscd/libwm/plat_osf1.c +++ b/kscd/libwm/plat_osf1.c @@ -661,11 +661,11 @@ 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) { return -1; /* no SCSI, no CDTEXT */ } /* gen_get_cdtext() */ -- cgit v1.2.1