Module Name: src
Committed By: rjs
Date: Tue Jul 28 12:27:55 UTC 2015
Modified Files:
src/sys/dev/usb: uftdireg.h
Log Message:
Fix URL in comment, no functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/dev/usb/uftdireg.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/dev/usb/uftdireg.h
diff -u src/sys/dev/usb/uftdireg.h:1.8 src/sys/dev/usb/uftdireg.h:1.9
--- src/sys/dev/usb/uftdireg.h:1.8 Mon Jan 21 19:08:42 2013
+++ src/sys/dev/usb/uftdireg.h Tue Jul 28 12:27:55 2015
@@ -1,4 +1,4 @@
-/* $NetBSD: uftdireg.h,v 1.8 2013/01/21 19:08:42 mlelstv Exp $ */
+/* $NetBSD: uftdireg.h,v 1.9 2015/07/28 12:27:55 rjs Exp $ */
/*
* Definitions for the FTDI USB Single Port Serial Converter -
@@ -7,7 +7,7 @@
* The device is based on the FTDI FT8U100AX chip. It has a DB25 on one side,
* USB on the other.
*
- * Thanx to FTDI (http://www.ftdi.co.uk) for so kindly providing details
+ * Thanx to FTDI (http://www.ftdichip.com) for so kindly providing details
* of the protocol required to talk to the device and ongoing assistence
* during development.
*