Fix typo.
authorJosef Zlomek <zlomek@gcc.gnu.org>
Thu, 4 Mar 2004 14:17:29 +0000 (14:17 +0000)
committerJosef Zlomek <zlomek@gcc.gnu.org>
Thu, 4 Mar 2004 14:17:29 +0000 (14:17 +0000)
From-SVN: r78909

gcc/var-tracking.c

index 268d44badc1710498e129a0e8f4b74f91932ca21..7db67fbb0980e2e9364458264966b85c671118df 100644 (file)
@@ -1361,7 +1361,7 @@ track_expr_p (tree expr)
   if (!decl_rtl)
     return 0;
 
-  /* Do not track decl if is should be ignored for debugging purposes.  */
+  /* Do not track EXPR if it should be ignored for debugging purposes.  */
   if (DECL_IGNORED_P (expr))
     return 0;