Correct spelling "alocate" to "allocate" in
drivers/media/dvb/frontends/tda1004x.c
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
        /* allocate memory for the internal state */
        state = kzalloc(sizeof(struct tda1004x_state), GFP_KERNEL);
        if (!state) {
-               printk(KERN_ERR "Can't alocate memory for tda10045 state\n");
+               printk(KERN_ERR "Can't allocate memory for tda10045 state\n");
                return NULL;
        }
 
        /* allocate memory for the internal state */
        state = kzalloc(sizeof(struct tda1004x_state), GFP_KERNEL);
        if (!state) {
-               printk(KERN_ERR "Can't alocate memory for tda10046 state\n");
+               printk(KERN_ERR "Can't allocate memory for tda10046 state\n");
                return NULL;
        }