1
0

Fix spelling

This commit is contained in:
2019-08-20 23:17:23 +00:00
parent e4bed2a4c3
commit 3d958c1e10
6 changed files with 7 additions and 7 deletions

View File

@ -2,7 +2,7 @@
# - KERNEL: kernel headers path
# - TARGET: name of exploit binary that MUST be produced by makefile.
# - $(TARGET)_test: name of test binary that MUST be produced by makefile
# and it's will be runned on a LPE stage. TARGET_TEST MUST accept two argument:
# and it's will be is run on a LPE stage. TARGET_TEST MUST accept two argument:
# - Path to exploit binary
# - File that MUST be created with exploit. It uses for test that exploit works
# correctly.