There is a spelling mistake in a pr_warn warning. Fix it.
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Acked-by: Santosh Shilimkar <santosh.shilimkar@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
                tbl = kmemdup(rds_tcp_sysctl_table,
                              sizeof(rds_tcp_sysctl_table), GFP_KERNEL);
                if (!tbl) {
-                       pr_warn("could not set allocate syctl table\n");
+                       pr_warn("could not set allocate sysctl table\n");
                        return -ENOMEM;
                }
                rtn->ctl_table = tbl;