From: Richard Kenner Date: Sat, 7 May 1994 14:05:01 +0000 (-0400) Subject: Fix typo in comment. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5a783256bfc031ee157c84e8290c46d009f2403a;p=gcc.git Fix typo in comment. From-SVN: r7260 --- diff --git a/gcc/tree.h b/gcc/tree.h index d2e62910361..ffaf25db3d7 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)