Index: uspace/drv/char/ns8250/ns8250.c
===================================================================
--- uspace/drv/char/ns8250/ns8250.c	(revision b4df8db46336b1d3a612064e87644b1698115b9c)
+++ uspace/drv/char/ns8250/ns8250.c	(revision 902f090647aa06eb336a0b14c1f5361be47bb430)
@@ -160,5 +160,5 @@
 	/** I/O registers **/
 	ns8250_regs_t *regs;
-	/** Is there any client conntected to the device? */
+	/** Is there any client connected to the device? */
 	bool client_connected;
 	/** The irq assigned to this device. */
@@ -168,5 +168,5 @@
 	/** The i/o port used to access the serial ports registers. */
 	ioport8_t *port;
-	/** The buffer for incomming data. */
+	/** The buffer for incoming data. */
 	cyclic_buffer_t input_buffer;
 	/** The fibril mutex for synchronizing the access to the device. */
@@ -190,5 +190,5 @@
 }
 
-/** Find out if there is some incomming data available on the serial port.
+/** Find out if there is some incoming data available on the serial port.
  *
  * @param port		The base address of the serial port device's ports.
