]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - lib/test_parman.c
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[mirror_ubuntu-artful-kernel.git] / lib / test_parman.c
index fe9f3a785804d9a8902cb8d347aa6672fc4d022a..35e32243693c985b8504b1e529a72535cefbb0fa 100644 (file)
@@ -334,7 +334,7 @@ static int test_parman_check_array(struct test_parman *test_parman,
                last_priority = item->prio->priority;
 
                if (item->parman_item.index != i) {
-                       pr_err("Item has different index in compare to where it actualy is (%lu != %d)\n",
+                       pr_err("Item has different index in compare to where it actually is (%lu != %d)\n",
                               item->parman_item.index, i);
                        return -EINVAL;
                }