Fix common misspellings
[linux-flexiantxendom0-3.2.10.git] / drivers / s390 / char / tty3270.c
index d33554d..2db1482 100644 (file)
@@ -328,7 +328,7 @@ tty3270_write_callback(struct raw3270_request *rq, void *data)
 
        tp = (struct tty3270 *) rq->view;
        if (rq->rc != 0) {
-               /* Write wasn't successfull. Refresh all. */
+               /* Write wasn't successful. Refresh all. */
                tp->update_flags = TTY_UPDATE_ALL;
                tty3270_set_timer(tp, 1);
        }