Fix common misspellings
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / drivers / char / pcmcia / synclink_cs.c
index beca80bb9bdbfa1f14ff1b0459a5cef9af23e245..b575411c69b2e813024251628cc7faad4cfe7ec6 100644 (file)
@@ -1290,7 +1290,7 @@ static int startup(MGSLPC_INFO * info, struct tty_struct *tty)
        /* Allocate and claim adapter resources */
        retval = claim_resources(info);
 
-       /* perform existance check and diagnostics */
+       /* perform existence check and diagnostics */
        if ( !retval )
                retval = adapter_test(info);
 
@@ -2680,7 +2680,7 @@ static void rx_free_buffers(MGSLPC_INFO *info)
 static int claim_resources(MGSLPC_INFO *info)
 {
        if (rx_alloc_buffers(info) < 0 ) {
-               printk( "Cant allocate rx buffer %s\n", info->device_name);
+               printk( "Can't allocate rx buffer %s\n", info->device_name);
                release_resources(info);
                return -ENODEV;
        }