/*
                 * If the corresponding bit is set, then it means the state
                 * handle was initialized by us, and thus it needs to be
-                * deintialized as well
+                * deinitialized as well
                 */
                if ((1 << sh_idx) & state_handle_mask) {
                        /*
 
 
 /**
  * rsi_disconnect() - This function performs the reverse of the probe function,
- *                   it deintialize the driver structure.
+ *                   it deinitialize the driver structure.
  * @pfunction: Pointer to the USB interface structure.
  *
  * Return: None.
 
        vif = netdev_priv(dev);
        wilc = vif->wilc;
 
-       /* Deintialize IRQ */
+       /* Deinitialize IRQ */
        if (wilc->dev_irq_num) {
                free_irq(wilc->dev_irq_num, wilc);
                gpio_free(wilc->gpio);
 
                del_timer_sync(&wilc_during_ip_timer);
 
        if (s32Error)
-               netdev_err(net, "Error while deintializing host interface\n");
+               netdev_err(net, "Error while deinitializing host interface\n");
 
        return s32Error;
 }
 
 defintions||definitions
 defualt||default
 defult||default
+deintializing||deinitializing
+deintialize||deinitialize
+deintialized||deinitialized
 deivce||device
 delared||declared
 delare||declare
 
        return 0;
 }
 
-/* Deintialize ACP */
+/* Deinitialize ACP */
 static int acp_deinit(void __iomem *acp_mmio)
 {
        u32 val;