selftests/timers: Spelling s/privledges/privileges/

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
Geert Uytterhoeven 2017-02-17 16:41:03 +01:00 committed by Jiri Kosina
parent f84d8a3d8d
commit 1fb95c69e7
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ CFLAGS += -O3 -Wl,-no-as-needed -Wall $(BUILD_FLAGS)
LDFLAGS += -lrt -lpthread LDFLAGS += -lrt -lpthread
# these are all "safe" tests that don't modify # these are all "safe" tests that don't modify
# system time or require escalated privledges # system time or require escalated privileges
TEST_GEN_PROGS = posix_timers nanosleep nsleep-lat set-timer-lat mqueue-lat \ TEST_GEN_PROGS = posix_timers nanosleep nsleep-lat set-timer-lat mqueue-lat \
inconsistency-check raw_skew threadtest rtctest inconsistency-check raw_skew threadtest rtctest
@ -14,7 +14,7 @@ TEST_GEN_PROGS_EXTENDED = alarmtimer-suspend valid-adjtimex adjtick change_skew
include ../lib.mk include ../lib.mk
# these tests require escalated privledges # these tests require escalated privileges
# and may modify the system time or trigger # and may modify the system time or trigger
# other behavior like suspend # other behavior like suspend
run_destructive_tests: run_tests run_destructive_tests: run_tests