Index: uspace/lib/usbdev/src/devdrv.c
===================================================================
--- uspace/lib/usbdev/src/devdrv.c	(revision 28a5ebdea900783081bd23e40f685b6b0479c63d)
+++ uspace/lib/usbdev/src/devdrv.c	(revision 6a208fc949c41203a0521f864b0efa9b3ab3f52f)
@@ -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) {
