diff options
author | ed <ed@FreeBSD.org> | 2009-02-24 17:15:29 +0000 |
---|---|---|
committer | ed <ed@FreeBSD.org> | 2009-02-24 17:15:29 +0000 |
commit | 7db4b282f9cc37cecc6619d85cc886e3b1f9a00b (patch) | |
tree | 9891b31457bab87d936d4452f3d54923ec3c4b97 /sys/dev/usb/storage | |
parent | fdc352cfaf35fe110f2640e8dd1744308a8a0849 (diff) | |
download | FreeBSD-src-7db4b282f9cc37cecc6619d85cc886e3b1f9a00b.zip FreeBSD-src-7db4b282f9cc37cecc6619d85cc886e3b1f9a00b.tar.gz |
Also use proper capitalisation of FreeBSD in other source files.
Approved by: thompsa
Diffstat (limited to 'sys/dev/usb/storage')
-rw-r--r-- | sys/dev/usb/storage/umass.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/storage/umass.c b/sys/dev/usb/storage/umass.c index 156e677..244634e 100644 --- a/sys/dev/usb/storage/umass.c +++ b/sys/dev/usb/storage/umass.c @@ -3,7 +3,7 @@ __FBSDID("$FreeBSD$"); /*- * Copyright (c) 1999 MAEKAWA Masahide <bishop@rr.iij4u.or.jp>, - * Nick Hibma <n_hibma@freebsd.org> + * Nick Hibma <n_hibma@FreeBSD.org> * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -93,7 +93,7 @@ __FBSDID("$FreeBSD$"); /* * The SCSI related part of this driver has been derived from the - * dev/ppbus/vpo.c driver, by Nicolas Souchu (nsouch@freebsd.org). + * dev/ppbus/vpo.c driver, by Nicolas Souchu (nsouch@FreeBSD.org). * * The CAM layer uses so called actions which are messages sent to the host * adapter for completion. The actions come in through umass_cam_action. The |