From: Florian Krohm Date: Thu, 8 Jan 2015 21:05:03 +0000 (+0000) Subject: Comment only changes. X-Git-Tag: svn/VALGRIND_3_11_0~728 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=064c640dc380bfe5b0e39a410e8170bbd82a26ee;p=thirdparty%2Fvalgrind.git Comment only changes. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14858 --- diff --git a/coregrind/m_main.c b/coregrind/m_main.c index b7b1781bff..fe0aef786a 100644 --- a/coregrind/m_main.c +++ b/coregrind/m_main.c @@ -2622,7 +2622,7 @@ void shutdown_actions_NORETURN( ThreadId tid, switch (tids_schedretcode) { case VgSrc_ExitThread: /* the normal way out (Linux) */ - case VgSrc_ExitProcess: /* the normal way out (AIX) -- still needed? */ + case VgSrc_ExitProcess: /* the normal way out (Darwin) */ /* Change the application return code to user's return code, if an error was found */ if (VG_(clo_error_exitcode) > 0 diff --git a/coregrind/m_signals.c b/coregrind/m_signals.c index e730d7a18a..f6f3254f9d 100644 --- a/coregrind/m_signals.c +++ b/coregrind/m_signals.c @@ -575,7 +575,7 @@ typedef struct SigQueue { /* ------ Macros for pulling stuff out of siginfos ------ */ /* These macros allow use of uniform names when working with - both the Linux and AIX vki definitions. */ + both the Linux and Darwin vki definitions. */ #if defined(VGO_linux) # define VKI_SIGINFO_si_addr _sifields._sigfault._addr # define VKI_SIGINFO_si_pid _sifields._kill._pid