These changes are the raw update to linux-4.4.6-rt14. Kernel sources
[kvmfornfv.git] / kernel / fs / ecryptfs / mmap.c
index cf20852..caba848 100644 (file)
@@ -299,7 +299,7 @@ static int ecryptfs_write_begin(struct file *file,
                        rc = ecryptfs_read_lower_page_segment(
                                page, index, 0, PAGE_CACHE_SIZE, mapping->host);
                        if (rc) {
-                               printk(KERN_ERR "%s: Error attemping to read "
+                               printk(KERN_ERR "%s: Error attempting to read "
                                       "lower page segment; rc = [%d]\n",
                                       __func__, rc);
                                ClearPageUptodate(page);