]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Comment only changes.
authorFlorian Krohm <florian@eich-krohm.de>
Thu, 8 Jan 2015 21:05:03 +0000 (21:05 +0000)
committerFlorian Krohm <florian@eich-krohm.de>
Thu, 8 Jan 2015 21:05:03 +0000 (21:05 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14858

coregrind/m_main.c
coregrind/m_signals.c

index b7b1781bff3ee54e586aaf7b562a019a9c2bed4b..fe0aef786aee06646a04044a6dcaaca367fd7930 100644 (file)
@@ -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 
index e730d7a18ae295f7c9401c7cd985dd1ddaa94d0c..f6f3254f9df7bb592efd5b07f557eae81e50c5be 100644 (file)
@@ -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