staging: lustre: Fix typo in lustre/include part2
[platform/kernel/linux-rpi.git] / drivers / staging / lustre / lustre / include / lustre_import.h
index e9833ae..01ed786 100644 (file)
@@ -152,7 +152,7 @@ struct import_state_hist {
 };
 
 /**
- * Defintion of PortalRPC import structure.
+ * Definition of PortalRPC import structure.
  * Imports are representing client-side view to remote target.
  */
 struct obd_import {
@@ -230,7 +230,7 @@ struct obd_import {
        * after a check to save on unnecessary replay list iterations
        */
        int                    imp_last_generation_checked;
-       /** Last tranno we replayed */
+       /** Last transno we replayed */
        __u64                imp_last_replay_transno;
        /** Last transno committed on remote side */
        __u64                imp_peer_committed_transno;
@@ -248,7 +248,7 @@ struct obd_import {
        struct lustre_handle      imp_remote_handle;
        /** When to perform next ping. time in jiffies. */
        cfs_time_t              imp_next_ping;
-       /** When we last succesfully connected. time in 64bit jiffies */
+       /** When we last successfully connected. time in 64bit jiffies */
        __u64                imp_last_success_conn;
 
        /** List of all possible connection for import. */
@@ -279,7 +279,7 @@ struct obd_import {
                                  imp_no_lock_replay:1,
                                  /* recovery by versions was failed */
                                  imp_vbr_failed:1,
-                                 /* force an immidiate ping */
+                                 /* force an immediate ping */
                                  imp_force_verify:1,
                                  /* force a scheduled ping */
                                  imp_force_next_verify:1,
@@ -292,7 +292,7 @@ struct obd_import {
                                  /* need IR MNE swab */
                                  imp_need_mne_swab:1,
                                  /* import must be reconnected instead of
-                                  * chouse new connection */
+                                  * chose new connection */
                                  imp_force_reconnect:1,
                                  /* import has tried to connect with server */
                                  imp_connect_tried:1;