tree-wide: fix assorted typos all over the place
[safe/jmp/linux-2.6] / drivers / s390 / char / fs3270.c
index 097d384..f54b1ee 100644 (file)
@@ -74,7 +74,7 @@ fs3270_do_io(struct raw3270_view *view, struct raw3270_request *rq)
                }
                rc = raw3270_start(view, rq);
                if (rc == 0) {
-                       /* Started sucessfully. Now wait for completion. */
+                       /* Started successfully. Now wait for completion. */
                        wait_event(fp->wait, raw3270_request_final(rq));
                }
        } while (rc == -EACCES);