Index: uspace/drv/bus/usb/usbhub/usbhub.h
===================================================================
--- uspace/drv/bus/usb/usbhub/usbhub.h	(revision 5b6f8dd368eefacbccc808304147af71adde0e4e)
+++ uspace/drv/bus/usb/usbhub/usbhub.h	(revision ea6de35e8a0d6a57a069013d6437a9e480208432)
@@ -56,10 +56,10 @@
 	size_t port_count;
 
-	/** attached device handles, for each port one */
+	/** Attached device handles, for each port one */
 	usb_hub_port_t *ports;
 
 	fibril_mutex_t port_mutex;
 
-	/** connection to hcd */
+	/** Connection to hcd */
 	usb_hc_connection_t connection;
 
