From 6738caeaa0dfd26a11f1e2b8f8ce7aa5e67be8c3 Mon Sep 17 00:00:00 2001 From: wollman Date: Thu, 18 Nov 1993 00:12:13 +0000 Subject: Fixed comments. --- sys/scsi/cd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/scsi') diff --git a/sys/scsi/cd.c b/sys/scsi/cd.c index fd4879c..f5de591 100644 --- a/sys/scsi/cd.c +++ b/sys/scsi/cd.c @@ -14,7 +14,7 @@ * * Ported to run under 386BSD by Julian Elischer (julian@tfs.com) Sept 1992 * - * $Id: cd.c,v 1.9 1993/09/20 06:27:02 rgrimes Exp $ + * $Id: cd.c,v 1.10 1993/09/21 05:30:35 rgrimes Exp $ */ #define SPLCD splbio @@ -1223,7 +1223,7 @@ struct cd_mode_data *data; scsi_cmd.byte2 |= SMS_PF; scsi_cmd.length = sizeof(*data) & 0xff; data->header.data_length = 0; - /*show_mem(data,sizeof(*data));/**/ + /*show_mem(data,sizeof(*data));*/ return (cd_scsi_cmd(unit, &scsi_cmd, sizeof(scsi_cmd), -- cgit v1.1