tree-wide: fix assorted typos all over the place
[linux-2.6-block.git] / drivers / s390 / char / fs3270.c
index 097d3846a828df50ccd45cc4a063a430695d5959..f54b1eec6ddff8babc42fd771d95361a4ff89183 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);