diff options
author | Dodji Seketeli <dodji@redhat.com> | 2013-09-05 07:56:47 +0000 |
---|---|---|
committer | Dodji Seketeli <dodji@gcc.gnu.org> | 2013-09-05 09:56:47 +0200 |
commit | fbe0dc787b6e7ebe615879fc1e93f97d481d2765 (patch) | |
tree | 3368a4c441e8839d978fcda1d788a7aa87982ad1 /gcc | |
parent | 3d610e7b3a6acc315a45ee9e8e372ec8d43c91ac (diff) | |
download | gcc-fbe0dc787b6e7ebe615879fc1e93f97d481d2765.zip gcc-fbe0dc787b6e7ebe615879fc1e93f97d481d2765.tar.gz gcc-fbe0dc787b6e7ebe615879fc1e93f97d481d2765.tar.bz2 |
Fix typo in comment
gcc/
* tree.h (DECL_BUILT_INT): Fix typo in comment.
From-SVN: r202271
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/tree.h | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 64e3421..9eb0717 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2013-09-04 Dodji Seketeli <dodji@redhat.com> + + * tree.h (DECL_BUILT_IN): Fix typo in comment. + 2013-09-04 David Edelsohn <dje.gcc@gmail.com> * config/rs6000/rs6000.h (ASM_OUTPUT_DEF_FROM_DECLS): Only emit @@ -2494,7 +2494,7 @@ extern vec<tree, va_gc> **decl_debug_args_insert (tree); recognized by optimizers and expanders. Note that it is different from the DECL_IS_BUILTIN accessor. For - instance, user declarated prototypes of C library functions are not + instance, user declared prototypes of C library functions are not DECL_IS_BUILTIN but may be DECL_BUILT_IN. */ #define DECL_BUILT_IN(NODE) (DECL_BUILT_IN_CLASS (NODE) != NOT_BUILT_IN) |