]> sourceware.org Git - glibc.git/commitdiff
make-syscalls.sh: fix comment referencing syscall-template
authorVineet Gupta <vgupta@synopsys.com>
Fri, 1 Feb 2019 03:45:10 +0000 (22:45 -0500)
committerCarlos O'Donell <carlos@redhat.com>
Fri, 1 Feb 2019 03:45:10 +0000 (22:45 -0500)
ChangeLog
sysdeps/unix/make-syscalls.sh

index 59e5e119175076cbda923b48d7da84b618065e60..3865128d99b4829c6e323860de38175e26d8ede6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2019-01-31  Vineet Gupta  <vgupta@synopsys.com>
+
+       * sysdeps/unix/make-syscalls.sh: Fix comment referencing
+       syscall-template file.
+
 2019-01-31  Carlos O'Donell  <carlos@redhat.com>
            Torvald Riegel  <triegel@redhat.com>
            Rik Prohaska  <prohaska7@gmail.com>
index e39b2d6d5214ace6545e9c79621a90728e5beb37..6a5c10d54e87e0ee91b40514f95007597613d3ad 100644 (file)
@@ -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:
This page took 0.067322 seconds and 5 git commands to generate.