Fix common misspellings
[deliverable/linux.git] / drivers / scsi / aacraid / commsup.c
index dd7ad3ba2dadc57154f1ea44ef8efff2dd80b3c2..e7d0d47b91855eb11b123b7add90ff950481a9ff 100644 (file)
@@ -421,7 +421,7 @@ int aac_fib_send(u16 command, struct fib *fibptr, unsigned long size,
        if (!(hw_fib->header.XferState & cpu_to_le32(HostOwned)))
                return -EBUSY;
        /*
-        *      There are 5 cases with the wait and reponse requested flags.
+        *      There are 5 cases with the wait and response requested flags.
         *      The only invalid cases are if the caller requests to wait and
         *      does not request a response and if the caller does not want a
         *      response and the Fib is not allocated from pool. If a response
This page took 0.02486 seconds and 5 git commands to generate.