From 017d437099d1f1d6a68e145eca4a507e8ab65d9e Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Fri, 13 Apr 2012 00:30:28 -0500 Subject: Fix inadvertent "TQ" changes. --- kscd/libwm/plat_hpux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kscd/libwm/plat_hpux.c') diff --git a/kscd/libwm/plat_hpux.c b/kscd/libwm/plat_hpux.c index 1a12da4e..a7d3c551 100644 --- a/kscd/libwm/plat_hpux.c +++ b/kscd/libwm/plat_hpux.c @@ -118,7 +118,7 @@ wmcd_open( struct wm_drive *d ) /* Now fill in the relevant parts of the wm_drive structure. */ fd = d->fd; - /* Default drive is the HP one, which might not respond to INTQUIRY */ + /* Default drive is the HP one, which might not respond to INQUIRY */ strcpy(&vendor, "TOSHIBA"); strcpy(&model, "XM-3301"); rev[0] = '\0'; -- cgit v1.2.1