Index: uspace/lib/usbdev/src/devdrv.c
===================================================================
--- uspace/lib/usbdev/src/devdrv.c	(revision 28a5ebdea900783081bd23e40f685b6b0479c63d)
+++ uspace/lib/usbdev/src/devdrv.c	(revision e037cf3733f322897cbfc63ce44277485f52af9b)
@@ -482,5 +482,5 @@
 
 	if (endpoints) {
-		/* Create and register other pipes than default control (EP 0)*/
+		/* Create and register other pipes than default control (EP 0) */
 		rc = usb_device_create_pipes(usb_dev, endpoints);
 		if (rc != EOK) {
