Module Name: src Committed By: andvar Date: Wed Oct 9 19:56:21 UTC 2024
Modified Files: src/sys/arch/mips/ralink: ralink_usbhcvar.h src/sys/dev/cardbus: usb_cardbus.h src/sys/dev/pci: usb_pci.h Log Message: s/compainion/companion/ in comments. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/arch/mips/ralink/ralink_usbhcvar.h cvs rdiff -u -r1.5 -r1.6 src/sys/dev/cardbus/usb_cardbus.h cvs rdiff -u -r1.6 -r1.7 src/sys/dev/pci/usb_pci.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/arch/mips/ralink/ralink_usbhcvar.h diff -u src/sys/arch/mips/ralink/ralink_usbhcvar.h:1.3 src/sys/arch/mips/ralink/ralink_usbhcvar.h:1.4 --- src/sys/arch/mips/ralink/ralink_usbhcvar.h:1.3 Sat Oct 27 17:18:02 2012 +++ src/sys/arch/mips/ralink/ralink_usbhcvar.h Wed Oct 9 19:56:21 2024 @@ -1,4 +1,4 @@ -/* $NetBSD: ralink_usbhcvar.h,v 1.3 2012/10/27 17:18:02 chs Exp $ */ +/* $NetBSD: ralink_usbhcvar.h,v 1.4 2024/10/09 19:56:21 andvar Exp $ */ /*- * Copyright (c) 2011 CradlePoint Technology, Inc. * All rights reserved. @@ -32,7 +32,7 @@ #include <mips/ralink/ralink_var.h> /* - * EHCI controllers need a way to find their compainion controllers + * EHCI controllers need a way to find their companion controllers * so we keep track of them as we attach. */ Index: src/sys/dev/cardbus/usb_cardbus.h diff -u src/sys/dev/cardbus/usb_cardbus.h:1.5 src/sys/dev/cardbus/usb_cardbus.h:1.6 --- src/sys/dev/cardbus/usb_cardbus.h:1.5 Mon Apr 28 20:23:47 2008 +++ src/sys/dev/cardbus/usb_cardbus.h Wed Oct 9 19:56:21 2024 @@ -1,4 +1,4 @@ -/* $NetBSD: usb_cardbus.h,v 1.5 2008/04/28 20:23:47 martin Exp $ */ +/* $NetBSD: usb_cardbus.h,v 1.6 2024/10/09 19:56:21 andvar Exp $ */ /* * Copyright (c) 2001 The NetBSD Foundation, Inc. @@ -31,7 +31,7 @@ */ /* - * EHCI controllers need a way to find their compainion controllers + * EHCI controllers need a way to find their companion controllers * so we keep track of them as we attach. */ Index: src/sys/dev/pci/usb_pci.h diff -u src/sys/dev/pci/usb_pci.h:1.6 src/sys/dev/pci/usb_pci.h:1.7 --- src/sys/dev/pci/usb_pci.h:1.6 Sat Dec 11 17:58:41 2010 +++ src/sys/dev/pci/usb_pci.h Wed Oct 9 19:56:21 2024 @@ -1,4 +1,4 @@ -/* $NetBSD: usb_pci.h,v 1.6 2010/12/11 17:58:41 matt Exp $ */ +/* $NetBSD: usb_pci.h,v 1.7 2024/10/09 19:56:21 andvar Exp $ */ /* * Copyright (c) 2001, 2002 The NetBSD Foundation, Inc. @@ -31,7 +31,7 @@ */ /* - * EHCI controllers need a way to find their compainion controllers + * EHCI controllers need a way to find their companion controllers * so we keep track of them as we attach. */