diff options
Diffstat (limited to 'sysdeps/arm/nptl/Makefile')
-rw-r--r-- | sysdeps/arm/nptl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/arm/nptl/Makefile b/sysdeps/arm/nptl/Makefile index cfbfac9..fa2c736 100644 --- a/sysdeps/arm/nptl/Makefile +++ b/sysdeps/arm/nptl/Makefile @@ -19,7 +19,7 @@ ifeq ($(subdir),nptl) # This test relies on compiling part of the binary with EH information, # part without, and unwinding through. The .ARM.exidx tables have # start addresses for EH regions, but no end addresses. Every -# region an exception needs to propogate through must have unwind +# region an exception needs to propagate through must have unwind # information, or a previous function's unwind table may be used # by mistake. tests := $(filter-out tst-cleanupx4,$(tests)) |