Index: uspace/lib/usb/include/usb/pipes.h
===================================================================
--- uspace/lib/usb/include/usb/pipes.h	(revision 9d4579e8135741a21c2a9c316decead4f310c371)
+++ uspace/lib/usb/include/usb/pipes.h	(revision 1110ebd47ae52b7fc60d295fa6df370272309e81)
@@ -80,6 +80,4 @@
 } usb_endpoint_pipe_t;
 
-/** Flag for default control pipe. */
-#define USB_ENDPOINT_DESCRIPTION_DEFAULT_CONTROL_PIPE 1
 
 /** Description of endpoint characteristics. */
@@ -93,5 +91,5 @@
 	/** Interface subclass this endpoint belongs to (-1 for any). */
 	int interface_subclass;
-	/** Interface protocol this endpoint belogs to (-1 for any). */
+	/** Interface protocol this endpoint belongs to (-1 for any). */
 	int interface_protocol;
 	/** Extra endpoint flags. */
