From cb92f073d9c616b5d42c5d2d7ffc5799d0e373ea Mon Sep 17 00:00:00 2001 From: Jonas 'Sortie' Termansen Date: Wed, 2 Nov 2011 19:14:23 +0100 Subject: [PATCH] Fixed incorrect header in libmaxsi/syscall.h. --- libmaxsi/hsrc/syscall.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libmaxsi/hsrc/syscall.h b/libmaxsi/hsrc/syscall.h index 5e1cc975..afbf7938 100644 --- a/libmaxsi/hsrc/syscall.h +++ b/libmaxsi/hsrc/syscall.h @@ -17,8 +17,8 @@ You should have received a copy of the GNU Lesser General Public License along with LibMaxsi. If not, see . - string.h - Useful functions for manipulating strings. + syscall.h + Assembly stubs for declaring system calls in libmaxsi. ******************************************************************************/