Fix common misspellings
[linux-flexiantxendom0-3.2.10.git] / drivers / net / wireless / iwmc3200wifi / tx.c
index 3216621..be98074 100644 (file)
@@ -197,7 +197,7 @@ int iwm_tx_credit_alloc(struct iwm_priv *iwm, int id, int nb)
        spin_lock(&iwm->tx_credit.lock);
 
        if (!iwm_tx_credit_ok(iwm, id, nb)) {
-               IWM_DBG_TX(iwm, DBG, "No credit avaliable for pool[%d]\n", id);
+               IWM_DBG_TX(iwm, DBG, "No credit available for pool[%d]\n", id);
                ret = -ENOSPC;
                goto out;
        }