Skip to content

Commit

Permalink
HBSD: fix one more typo : unsecure -> insecure
Browse files Browse the repository at this point in the history
Signed-off-by: Oliver Pinter <[email protected]>
  • Loading branch information
opntr committed Jul 15, 2015
1 parent bf919b9 commit a250e29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sys/hardenedbsd/hbsd_pax_hardening.c
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ pax_hardening_sysinit(void)
default:
pax_init_hardening_global = PAX_FEATURE_SIMPLE_ENABLED;
}
printf("[PAX HARDENING] unset unsecure init variables: %s\n",
printf("[PAX HARDENING] unset insecure init variables: %s\n",
pax_status_simple_str[pax_init_hardening_global]);
}
SYSINIT(pax_hardening, SI_SUB_PAX, SI_ORDER_SECOND, pax_hardening_sysinit, NULL);
Expand Down

0 comments on commit a250e29

Please sign in to comment.