summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/udl.c
diff options
context:
space:
mode:
authormglocker <mglocker@openbsd.org>2009-08-26 19:30:46 +0000
committermglocker <mglocker@openbsd.org>2009-08-26 19:30:46 +0000
commit764f787180f5501866fe9733eaa9831c048c74a4 (patch)
treeb64826b16495d630454fba5bedf76b8859b9bcd0 /sys/dev/usb/udl.c
parentBuild fake bootinfo structure based on the device tree. (diff)
downloadwireguard-openbsd-764f787180f5501866fe9733eaa9831c048c74a4.tar.xz
wireguard-openbsd-764f787180f5501866fe9733eaa9831c048c74a4.zip
Remove obsolete comment.
Diffstat (limited to 'sys/dev/usb/udl.c')
-rw-r--r--sys/dev/usb/udl.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/dev/usb/udl.c b/sys/dev/usb/udl.c
index 3c1be14265f..64f99e1d608 100644
--- a/sys/dev/usb/udl.c
+++ b/sys/dev/usb/udl.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: udl.c,v 1.25 2009/08/26 19:07:45 mglocker Exp $ */
+/* $OpenBSD: udl.c,v 1.26 2009/08/26 19:30:46 mglocker Exp $ */
/*
* Copyright (c) 2009 Marcus Glocker <mglocker@openbsd.org>
@@ -27,8 +27,7 @@
* to deal with similar challenges, like no direct access to the video
* memory.
*
- * TODO: - Cleanup the endianess mess.
- * - Reduce padding overhead in compressed blocks.
+ * TODO: - Reduce padding overhead in compressed blocks.
*/
#include <sys/param.h>