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