aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.h
diff options
context:
space:
mode:
authorRichard Kenner <kenner@vlsi1.ultra.nyu.edu>2000-04-18 19:35:09 +0000
committerRichard Kenner <kenner@gcc.gnu.org>2000-04-18 15:35:09 -0400
commitaa4661f82360b21f5048823019740e80ed4efbe3 (patch)
treedd8c1f1989f32d60d3a010e72f654da549578dea /gcc/tree.h
parent0876ac08ad284ff3d2797e5de3d44b07bfac32fd (diff)
downloadgcc-aa4661f82360b21f5048823019740e80ed4efbe3.zip
gcc-aa4661f82360b21f5048823019740e80ed4efbe3.tar.gz
gcc-aa4661f82360b21f5048823019740e80ed4efbe3.tar.bz2
ggc-common.c: Add missing blanks.
* ggc-common.c: Add missing blanks. * print-tree.c (print_node): Print DECL_OFFSET_ALIGN. * tree.h (DECL_OFFSET_ALIGN): Fix typo in comment. From-SVN: r33232
Diffstat (limited to 'gcc/tree.h')
-rw-r--r--gcc/tree.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree.h b/gcc/tree.h
index f561b30..e28f624 100644
--- a/gcc/tree.h
+++ b/gcc/tree.h
@@ -1109,7 +1109,7 @@ struct tree_type
#define DECL_SIZE_UNIT(NODE) (DECL_CHECK (NODE)->decl.size_unit)
/* Holds the alignment required for the datum. */
#define DECL_ALIGN(NODE) (DECL_CHECK (NODE)->decl.u1.a.align)
-/* For FIELD_DECLs, holds the alignment that DECL_FEILD_OFFSET has. */
+/* For FIELD_DECLs, holds the alignment that DECL_FIELD_OFFSET has. */
#define DECL_OFFSET_ALIGN(NODE) (FIELD_DECL_CHECK (NODE)->decl.u1.a.off_align)
/* Holds the machine mode corresponding to the declaration of a variable or
field. Always equal to TYPE_MODE (TREE_TYPE (decl)) except for a