From: Richard Kenner Date: Sat, 7 May 1994 14:05:01 +0000 (-0400) Subject: Fix typo in comment. X-Git-Tag: misc/cutover-egcs-0~6683 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a783256bfc031ee157c84e8290c46d009f2403a;p=thirdparty%2Fgcc.git Fix typo in comment. From-SVN: r7260 --- diff --git a/gcc/tree.h b/gcc/tree.h index d2e62910361e..ffaf25db3d72 100644 --- a/gcc/tree.h +++ b/gcc/tree.h @@ -869,7 +869,7 @@ struct tree_type /* In a TYPE_DECL nonzero means the detail info about this type is not dumped into stabs. - In stead, it will generate cross reference ('x') of names. + Instead it will generate cross reference ('x') of names. This uses the same flag as DECL_EXTERNAL. */ #define TYPE_DECL_SUPPRESS_DEBUG(NODE) ((NODE)->decl.external_flag)