Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
[sfrench/cifs-2.6.git] / drivers / staging / frontier / alphatrack.c
index 689099b57fd2244ccd6d37798b87a203859013db..ef7fbf8b069a58dea52e0374be2afcb575c79983 100644 (file)
@@ -672,7 +672,7 @@ static int usb_alphatrack_probe(struct usb_interface *intf,
        int true_size;
        int retval = -ENOMEM;
 
-       /* allocate memory for our device state and intialize it */
+       /* allocate memory for our device state and initialize it */
 
        dev = kzalloc(sizeof(*dev), GFP_KERNEL);
        if (dev == NULL) {