diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-07-28 23:55:00 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-07-28 23:55:00 +0000 |
commit | 4a7e4fcc3dc597410d1b6b6d0e245e9b1c107c9b (patch) | |
tree | def25d7a21ae681586ef447d7554b6b4d334b0d5 /gcc/opts.c | |
parent | ce1640f14baafa9b1c9a0b808ed48ee9ae8f5643 (diff) | |
download | gcc-4a7e4fcc3dc597410d1b6b6d0e245e9b1c107c9b.tar.gz |
* cfglayout.c, config/arm/arm.c, config/arm/cortex-a8.md,
config/arm/neon-schedgen.ml, config/arm/neon.ml,
config/arm/vec-common.md, config/ia64/div.md, cselib.c,
df-core.c, df.h, dominance.c, optabs.c, opts.c, reg-stack.c,
regstat.c, target.h, tree-ssa-live.c, tree-ssa-pre.c,
tree-vect-transform.c, tree.def: Fix comment typos. Follow
spelling conventions.
* doc/invoke.texi: Follow spelling conventions.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@127030 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/opts.c')
-rw-r--r-- | gcc/opts.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/opts.c b/gcc/opts.c index da6f6fe589d..d6f0ec153ac 100644 --- a/gcc/opts.c +++ b/gcc/opts.c @@ -91,7 +91,7 @@ enum debug_info_level debug_info_level = DINFO_LEVEL_NONE; generated in the object file of the corresponding source file. Both of these case are handled when the base name of the file of the struct definition matches the base name of the source file - of thet current compilation unit. This matching emits minimal + of the current compilation unit. This matching emits minimal struct debugging information. The base file name matching rule above will fail to emit debug |