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/template/usb_template_msc.c | |
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/template/usb_template_msc.c')
-rw-r--r-- | sys/dev/usb/template/usb_template_msc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/usb/template/usb_template_msc.c b/sys/dev/usb/template/usb_template_msc.c index a3d88b0..0e043fb 100644 --- a/sys/dev/usb/template/usb_template_msc.c +++ b/sys/dev/usb/template/usb_template_msc.c @@ -2,7 +2,7 @@ __FBSDID("$FreeBSD$"); /*- - * Copyright (c) 2008 Hans Petter Selasky <hselasky@freebsd.org> + * Copyright (c) 2008 Hans Petter Selasky <hselasky@FreeBSD.org> * All rights reserved. * * Redistribution and use in source and binary forms, with or without |