Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/pci s/followings bits/following bits/ in comment.



details:   https://anonhg.NetBSD.org/src/rev/134981165fb2
branches:  trunk
changeset: 1026698:134981165fb2
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Sun Dec 05 04:49:36 2021 +0000

description:
s/followings bits/following bits/ in comment.

diffstat:

 sys/dev/pci/pciide_cmd_reg.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r a757d2d9245b -r 134981165fb2 sys/dev/pci/pciide_cmd_reg.h
--- a/sys/dev/pci/pciide_cmd_reg.h      Sun Dec 05 04:48:35 2021 +0000
+++ b/sys/dev/pci/pciide_cmd_reg.h      Sun Dec 05 04:49:36 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pciide_cmd_reg.h,v 1.17 2009/10/19 18:41:15 bouyer Exp $       */
+/*     $NetBSD: pciide_cmd_reg.h,v 1.18 2021/12/05 04:49:36 msaitoh Exp $      */
 
 /*
  * Copyright (c) 1998 Manuel Bouyer.
@@ -75,7 +75,7 @@
 #define CMD_DMA                        0x00
 #define CMD_DMA_MULTIPLE       0x01
 #define CMD_DMA_LINE           0x03
-/* the followings bits are only for 0646U/646U2/648/649 */
+/* the following bits are only for 0646U/646U2/648/649 */
 #define CMD_DMA_IRQ(chan)      (0x4 << (chan))
 #define CMD_DMA_IRQ_DIS(chan)  (0x10 << (chan))
 #define CMD_DMA_RST            0x40



Home | Main Index | Thread Index | Old Index