diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-08-03 17:57:10 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-08-03 17:57:10 +0000 |
commit | f6715fc37990a65ca16f09b4699459ff3eaa9902 (patch) | |
tree | 9f5657da3307813051d9722a2e74483e3eb51dee /libc/sysdeps/linux | |
parent | 12db3c625abd07bae2a9ed2dd63c8ebe70b82421 (diff) |
Fix spelling
Diffstat (limited to 'libc/sysdeps/linux')
-rw-r--r-- | libc/sysdeps/linux/i386/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/i386/Makefile b/libc/sysdeps/linux/i386/Makefile index ee14d0af6..4db2b57fc 100644 --- a/libc/sysdeps/linux/i386/Makefile +++ b/libc/sysdeps/linux/i386/Makefile @@ -14,7 +14,7 @@ LIBC=$(TOPDIR)libc.a .S.o: $(CC) $(CFLAGS) -c -o $*.o $< -SSRC=syscall.S +SSRC=syscalls.S OBJ= setjmp.o longjmp.o readdir.o _start.o _exit.o #select.o include makefile.objs |