Fix common misspellings
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / drivers / staging / msm / msm_fb.c
index a2f29d464051a53b86bb43158bd4c7716b01d63c..e7ef836eb8de62476c5e710bd88a726d933df490 100644 (file)
@@ -859,7 +859,7 @@ static int msm_fb_register(struct msm_fb_data_type *mfd)
                break;
 
        default:
-               MSM_FB_ERR("msm_fb_init: fb %d unkown image type!\n",
+               MSM_FB_ERR("msm_fb_init: fb %d unknown image type!\n",
                           mfd->index);
                return ret;
        }
@@ -1793,9 +1793,9 @@ static int msmfb_async_blit(struct fb_info *info, void __user *p)
 /*
  * NOTE: The userspace issues blit operations in a sequence, the sequence
  * start with a operation marked START and ends in an operation marked
- * END. It is guranteed by the userspace that all the blit operations
+ * END. It is guaranteed by the userspace that all the blit operations
  * between START and END are only within the regions of areas designated
- * by the START and END operations and that the userspace doesnt modify
+ * by the START and END operations and that the userspace doesn't modify
  * those areas. Hence it would be enough to perform barrier/cache operations
  * only on the START and END operations.
  */