X-Git-Url: http://git.samba.org/samba.git/?a=blobdiff_plain;f=tools%2Ftesting%2Fselftests%2Ftimers%2FMakefile;fp=tools%2Ftesting%2Fselftests%2Ftimers%2FMakefile;h=5fa1d7e9a9158ab6e3edee87ac8388236159e5e0;hb=1fb95c69e71d751675a67b0f49fc95a2057b0998;hp=b90e50c36f9f99a49c414fc351cf0d6f3f1ebf16;hpb=f84d8a3d8d809feec7c181b04c10a1ee0ce64e8b;p=sfrench%2Fcifs-2.6.git diff --git a/tools/testing/selftests/timers/Makefile b/tools/testing/selftests/timers/Makefile index b90e50c36f9f..5fa1d7e9a915 100644 --- a/tools/testing/selftests/timers/Makefile +++ b/tools/testing/selftests/timers/Makefile @@ -3,7 +3,7 @@ CFLAGS += -O3 -Wl,-no-as-needed -Wall $(BUILD_FLAGS) LDFLAGS += -lrt -lpthread # 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 \ inconsistency-check raw_skew threadtest rtctest @@ -14,7 +14,7 @@ TEST_GEN_PROGS_EXTENDED = alarmtimer-suspend valid-adjtimex adjtick change_skew include ../lib.mk -# these tests require escalated privledges +# these tests require escalated privileges # and may modify the system time or trigger # other behavior like suspend run_destructive_tests: run_tests