Index: trunk/ippTools/src/dettool.c
===================================================================
--- trunk/ippTools/src/dettool.c	(revision 14075)
+++ trunk/ippTools/src/dettool.c	(revision 14076)
@@ -64,5 +64,5 @@
 static bool addresidexpMode(pxConfig *config);
 static bool residexpMode(pxConfig *config);
-static bool residdetrunMode(pxConfig *config);
+static bool todetrunsummaryMode(pxConfig *config);
 static bool updateresidexpMode(pxConfig *config);
 static bool adddetrunsummaryMode(pxConfig *config);
@@ -135,5 +135,5 @@
         MODECASE(DETTOOL_MODE_ADDRESIDEXP,      addresidexpMode);
         MODECASE(DETTOOL_MODE_RESIDEXP,         residexpMode);
-        MODECASE(DETTOOL_MODE_RESIDDETRUN,      residdetrunMode);
+        MODECASE(DETTOOL_MODE_TODETRUNSUMMARY,  todetrunsummaryMode);
         MODECASE(DETTOOL_MODE_UPDATERESIDEXP,   updateresidexpMode);
         MODECASE(DETTOOL_MODE_ADDDETRUNSUMMARY, adddetrunsummaryMode);
@@ -5257,5 +5257,5 @@
 }
 
-static bool residdetrunMode(pxConfig *config)
+static bool todetrunsummaryMode(pxConfig *config)
 {
     PS_ASSERT_PTR_NON_NULL(config, false);
@@ -5314,5 +5314,5 @@
         "   HAVING\n"
         "       COUNT(detResidExp.exp_id) = COUNT(detInputExp.exp_id)\n"
-        " ) AS residdetrun\n"
+        " ) AS Foo\n"
         );
 
