diff options
Diffstat (limited to 'gcc/tree-pass.h')
-rw-r--r-- | gcc/tree-pass.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gcc/tree-pass.h b/gcc/tree-pass.h index ea5aae0..d1f615a 100644 --- a/gcc/tree-pass.h +++ b/gcc/tree-pass.h @@ -1,5 +1,6 @@ /* Definitions for describing one tree-ssa optimization pass. - Copyright (C) 2004, 2005, 2006, 2007 Free Software Foundation, Inc. + Copyright (C) 2004, 2005, 2006, 2007, 2008 Free Software Foundation, + Inc. Contributed by Richard Henderson <rth@redhat.com> This file is part of GCC. @@ -142,7 +143,7 @@ struct gimple_opt_pass struct opt_pass pass; }; -/* Decription of RTL pass. */ +/* Description of RTL pass. */ struct rtl_opt_pass { struct opt_pass pass; |