Fix common misspellings
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / drivers / s390 / char / tty3270.c
index d33554df2b0678318e3434fd960c3a2374e1e064..2db1482b406e67517de0bf6585a673f91468457c 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);
        }