Trivial fix to spelling mistakes in pr_err error message text.
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
                b_size = aead_sizes;
                do {
                        if (*b_size + authsize > XBUFSIZE * PAGE_SIZE) {
-                               pr_err("template (%u) too big for bufufer (%lu)\n",
+                               pr_err("template (%u) too big for buffer (%lu)\n",
                                       authsize + *b_size,
                                       XBUFSIZE * PAGE_SIZE);
                                goto out;
                b_size = block_sizes;
                do {
                        if (*b_size > XBUFSIZE * PAGE_SIZE) {
-                               pr_err("template (%u) too big for bufufer (%lu)\n",
+                               pr_err("template (%u) too big for buffer (%lu)\n",
                                       *b_size, XBUFSIZE * PAGE_SIZE);
                                goto out;
                        }