Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/dev/ic/wdc.c,v rcsdiff: /ftp/cvs/cvsroot/src/sys/dev/ic/wdc.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.295 retrieving revision 1.296 diff -u -p -r1.295 -r1.296 --- src/sys/dev/ic/wdc.c 2019/11/04 15:12:10 1.295 +++ src/sys/dev/ic/wdc.c 2019/12/27 09:41:50 1.296 @@ -1,4 +1,4 @@ -/* $NetBSD: wdc.c,v 1.295 2019/11/04 15:12:10 prlw1 Exp $ */ +/* $NetBSD: wdc.c,v 1.296 2019/12/27 09:41:50 msaitoh Exp $ */ /* * Copyright (c) 1998, 2001, 2003 Manuel Bouyer. All rights reserved. @@ -58,7 +58,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: wdc.c,v 1.295 2019/11/04 15:12:10 prlw1 Exp $"); +__KERNEL_RCSID(0, "$NetBSD: wdc.c,v 1.296 2019/12/27 09:41:50 msaitoh Exp $"); #include "opt_ata.h" #include "opt_wdc.h" @@ -1528,7 +1528,7 @@ __wdccommand_intr(struct ata_channel *ch chp->ch_drive[xfer->c_drive].drive_flags; } else { /* - * Other data structure are opaque and should be transfered + * Other data structure are opaque and should be transferred * as is. */ drive_flags = chp->ch_drive[xfer->c_drive].drive_flags;