ret = -EPERM;
                goto bail;
        }
-       /* don't allow them to later change to writeable with mprotect */
+       /* don't allow them to later change to writable with mprotect */
        vma->vm_flags &= ~VM_MAYWRITE;
 
        start = vma->vm_start;
                        goto bail;
                }
                /*
-                * Don't allow permission to later change to writeable
+                * Don't allow permission to later change to writable
                 * with mprotect.
                 */
                vma->vm_flags &= ~VM_MAYWRITE;
 
                /* Need to release */
                u64 pollval;
                /*
-                * The only writeable bits are the request and CS.
+                * The only writable bits are the request and CS.
                 * Both should be clear
                 */
                u64 newval = 0;
 
                      (IB_ACCESS_REMOTE_WRITE | IB_ACCESS_REMOTE_ATOMIC)) &&
                     !(mr->access & IB_ACCESS_LOCAL_WRITE))) {
                pr_err_once(
-                       "attempt to bind an writeable MW to an MR without local write access\n");
+                       "attempt to bind an writable MW to an MR without local write access\n");
                return -EINVAL;
        }