From: Julian Seward Date: Sat, 22 Dec 2007 14:14:04 +0000 (+0000) Subject: Comment-only change. X-Git-Tag: svn/VALGRIND_3_4_0~1121 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9009dc75bfa1bdccd7446bc14c1bf4d97b1710a5;p=thirdparty%2Fvalgrind.git Comment-only change. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7307 --- diff --git a/coregrind/m_main.c b/coregrind/m_main.c index 85f3495975..3861cfb7a7 100644 --- a/coregrind/m_main.c +++ b/coregrind/m_main.c @@ -1470,14 +1470,14 @@ Int valgrind_main ( Int argc, HChar **argv, HChar **envp ) # error "Uknown platform" # endif - /* NOTE: this call reads VG_(clo_max_stackframe). */ + /* NOTE: this call reads VG_(clo_main_stacksize). */ the_iifii = VG_(ii_create_image)( the_iicii ); # if defined(VGO_aix5) /* Tell aspacem where the initial client stack is, so that it can later produce a faked-up NSegment in response to VG_(am_find_nsegment) for that address range, if asked. */ - /* NOTE: this call reads VG_(clo_max_stackframe). */ + /* NOTE: this call reads VG_(clo_main_stacksize). */ VG_(am_aix5_set_initial_client_sp)( the_iifii.initial_client_SP ); /* Now have a look at said fake segment, so we can find out the size of it. */