From 5bd92b680a07ebd18b890f26fa905f63c0652c36 Mon Sep 17 00:00:00 2001 From: das Date: Thu, 16 Mar 2006 09:15:43 +0000 Subject: typo in TclpLoadMemory() error msg --- unix/tclLoadDyld.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/unix/tclLoadDyld.c b/unix/tclLoadDyld.c index ac38350..81f59be 100644 --- a/unix/tclLoadDyld.c +++ b/unix/tclLoadDyld.c @@ -12,7 +12,7 @@ * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclLoadDyld.c,v 1.22 2005/11/27 06:09:10 das Exp $ + * RCS: @(#) $Id: tclLoadDyld.c,v 1.23 2006/03/16 09:15:43 das Exp $ */ #include "tclInt.h" @@ -535,7 +535,7 @@ TclpLoadMemory( vm_deallocate(mach_task_self(), (vm_address_t) buffer, size); if (objFileImageErrMsg != NULL) { Tcl_AppendResult(interp, - "NSCreateObjectFileImageFromFile() error: ", + "NSCreateObjectFileImageFromMemory() error: ", objFileImageErrMsg, NULL); } return TCL_ERROR; -- cgit v0.12