projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
02aebac
)
* tree.h: Fix typo in comment.
author
Tom Tromey
<tromey@redhat.com>
Mon, 26 Jul 2004 16:28:51 +0000
(16:28 +0000)
committer
Tom Tromey
<tromey@gcc.gnu.org>
Mon, 26 Jul 2004 16:28:51 +0000
(16:28 +0000)
From-SVN: r85195
gcc/ChangeLog
patch
|
blob
|
history
gcc/tree.h
patch
|
blob
|
history
diff --git
a/gcc/ChangeLog
b/gcc/ChangeLog
index 3763470caa56c5487a4ab3878fbee9fd967ed2f4..34ba0e6d177ca4d89eb5995f16f9ed05612a01eb 100644
(file)
--- a/
gcc/ChangeLog
+++ b/
gcc/ChangeLog
@@
-1,3
+1,7
@@
+2004-07-26 Tom Tromey <tromey@redhat.com>
+
+ * tree.h: Fix typo in comment.
+
2004-07-26 Daniel Jacobowitz <dan@debian.org>
PR bootstrap/12804
diff --git
a/gcc/tree.h
b/gcc/tree.h
index 3ee61882deb9c07dc09adf3d813517343e903174..5d1ed72df01e9f30e10b36f84d25378661bd5465 100644
(file)
--- a/
gcc/tree.h
+++ b/
gcc/tree.h
@@
-2931,7
+2931,7
@@
extern tree build_qualified_type (tree, int);
extern tree build_type_copy (tree);
/* Finish up a builtin RECORD_TYPE. Give it a name and provide its
- fields. Optionally specify an alignment, and then l
s
y it out. */
+ fields. Optionally specify an alignment, and then l
a
y it out. */
extern void finish_builtin_struct (tree, const char *,
tree, tree);