From 0f5864602fb096459b6be52c458ff51b9bb537e8 Mon Sep 17 00:00:00 2001 From: Jonas 'Sortie' Termansen Date: Fri, 16 Dec 2011 15:35:45 +0100 Subject: [PATCH] Fixed bad filename written in elf.cpp. --- sortix/elf.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sortix/elf.cpp b/sortix/elf.cpp index 998077db..34014be3 100644 --- a/sortix/elf.cpp +++ b/sortix/elf.cpp @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Sortix. If not, see . - elf.h + elf.cpp Constructs processes from ELF files. ******************************************************************************/