diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2004-01-16 01:44:06 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2004-01-16 01:44:06 +0000 |
commit | e0a21ab90e2c3f7ceccac31326cb8658c88f41a2 (patch) | |
tree | d58fdf09d1370218eea249b7c56ec53f8e773a0e /gcc/dwarf2out.c | |
parent | f57fc998eeab27e8292de128b37c94ffa37d8409 (diff) | |
download | gcc-e0a21ab90e2c3f7ceccac31326cb8658c88f41a2.tar.gz |
c-common.h: Fix comment formatting.
* c-common.h: Fix comment formatting.
* c-cppbuiltin.c: Likewise.
* c-pragma.c: Likewise.
* calls.c: Likewise.
* collect2.c: Likewise.
* cppcharset.c: Likewise.
* cpptrad.c: Likewise.
* dbxout.c: Likewise.
* defaults.h: Likewise.
* dwarf2out.c: Likewise.
* fold-const.c: Likewise.
* genautomata.c: Likewise.
* genconditions.c: Likewise.
* genflags.c: Likewise.
* gengtype.c: Likewise.
* integrate.c: Likewise.
* loop.c: Likewise.
* predict.c: Likewise.
* sdbout.c: Likewise.
From-SVN: r75957
Diffstat (limited to 'gcc/dwarf2out.c')
-rw-r--r-- | gcc/dwarf2out.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/dwarf2out.c b/gcc/dwarf2out.c index f1f977113d5..1ee8f9fcde1 100644 --- a/gcc/dwarf2out.c +++ b/gcc/dwarf2out.c @@ -11916,7 +11916,7 @@ gen_namespace_die (tree decl) dw_die_ref context_die = setup_namespace_context (decl, comp_unit_die); /* Namespace aliases have a DECL_ABSTRACT_ORIGIN of the namespace - they are an alias of. */ + they are an alias of. */ if (DECL_ABSTRACT_ORIGIN (decl) == NULL) { /* Output a real namespace. */ |