Index: uspace/drv/char/ns8250/ns8250.c
===================================================================
--- uspace/drv/char/ns8250/ns8250.c	(revision 3aece36bd9a285cc5208b762714a13a541498055)
+++ uspace/drv/char/ns8250/ns8250.c	(revision 956d42816cbf5fd14e6440905bfa3626ab82a05b)
@@ -236,5 +236,5 @@
  *
  * @param fun		The serial port function
- * @param buf		The ouput buffer for read data.
+ * @param buf		The output buffer for read data.
  * @param count		The number of bytes to be read.
  *
@@ -918,5 +918,5 @@
 	
 	fibril_mutex_lock(&ns->mutex);
-		if (ns->client_connections > 0) {
+	if (ns->client_connections > 0) {
 		fibril_mutex_unlock(&ns->mutex);
 		return EBUSY;
