Merge branch 'flushing' into for-linus
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / kernel / auditsc.c
index f49a0318c2ed750437dd3ca810ff90e119994f68..b33513a08beb9e48bdfeb5ec3037a8acd9b6a7c1 100644 (file)
@@ -1011,7 +1011,7 @@ static int audit_log_pid_context(struct audit_context *context, pid_t pid,
 /*
  * to_send and len_sent accounting are very loose estimates.  We aren't
  * really worried about a hard cap to MAX_EXECVE_AUDIT_LEN so much as being
- * within about 500 bytes (next page boundry)
+ * within about 500 bytes (next page boundary)
  *
  * why snprintf?  an int is up to 12 digits long.  if we just assumed when
  * logging that a[%d]= was going to be 16 characters long we would be wasting