Index: uspace/drv/char/ns8250/ns8250.c
===================================================================
--- uspace/drv/char/ns8250/ns8250.c	(revision 3a67d636bfdb438974b260e16c77218777b92a3a)
+++ uspace/drv/char/ns8250/ns8250.c	(revision fc4bf2a68893d755d03c377d242f982ce35c09db)
@@ -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;
