Fix typo.

From-SVN: r78909
This commit is contained in:
Josef Zlomek 2004-03-04 14:17:29 +00:00
parent af93139093
commit 1f6ad0b554

View 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;