Merge branches 'x86-fixes-for-linus', 'sched-fixes-for-linus', 'timers-fixes-for...
[pandora-kernel.git] / drivers / char / pcmcia / synclink_cs.c
index beca80b..b575411 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;
        }