diff options
author | Vineet Gupta <vgupta@synopsys.com> | 2019-01-31 22:45:10 -0500 |
---|---|---|
committer | Carlos O'Donell <carlos@redhat.com> | 2019-01-31 22:45:10 -0500 |
commit | d5627550ae99d10dfad216910ffa774f60460123 (patch) | |
tree | 7e93904aa35a1ab11544f1a2e3fcb2043b236fcc /sysdeps/unix/make-syscalls.sh | |
parent | 5fc9ed4c4058bfbdf51ad6e7aac7d209b580e8c4 (diff) | |
download | glibc-d5627550ae99d10dfad216910ffa774f60460123.tar.gz glibc-d5627550ae99d10dfad216910ffa774f60460123.tar.xz glibc-d5627550ae99d10dfad216910ffa774f60460123.zip |
make-syscalls.sh: fix comment referencing syscall-template
Diffstat (limited to 'sysdeps/unix/make-syscalls.sh')
-rw-r--r-- | sysdeps/unix/make-syscalls.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/make-syscalls.sh b/sysdeps/unix/make-syscalls.sh index e39b2d6d52..6a5c10d54e 100644 --- a/sysdeps/unix/make-syscalls.sh +++ b/sysdeps/unix/make-syscalls.sh @@ -7,7 +7,7 @@ # # This script is used to process the syscall data encoded in the various # syscalls.list files to produce thin assembly syscall wrappers around the -# appropriate OS syscall. See syscall-template.s for more details on the +# appropriate OS syscall. See syscall-template.S for more details on the # actual wrapper. # # Syscall Signature Prefixes: |