Update comment.

Signed-off-by: Garrett Cooper <yanegomi@gmail.com>
diff --git a/execltp.in b/execltp.in
index e7a9ee5..c5cc7c3 100755
--- a/execltp.in
+++ b/execltp.in
@@ -302,8 +302,7 @@
         parser.error('--summary-mode must be a value between 0 and 2.')
 
     if len(args) == 0:
-        # This matches the default test suite list in runltp when -f isn't
-        # specified. Look for `SCENFILES'.
+        # Default to scenarios also used by runltp.
         fd = open(os.path.join(ltpdir, 'scenario-groups/default'), 'r')
         try:
             args = fd.readlines()