diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-12-05 08:27:27 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-12-05 08:27:27 +0000 |
commit | 9505a73b7ff302f2de00561bc60460a521d4d256 (patch) | |
tree | e99d926aabc3d097b17af3ec037198ae6f5684b3 /gcc/config/i386/darwin.h | |
parent | c8befdb963a3659f8694f044620afe01dedcc736 (diff) | |
download | gcc-9505a73b7ff302f2de00561bc60460a521d4d256.tar.gz |
* config/i386/darwin.h, config/spu/spu.c, tree-ssa-live.c,
tree-vect-generic.c, tree-vect-transform.c: Fix comment typos.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@119533 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/i386/darwin.h')
-rw-r--r-- | gcc/config/i386/darwin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/i386/darwin.h b/gcc/config/i386/darwin.h index 50bb6341ad5..eef9fe84d59 100644 --- a/gcc/config/i386/darwin.h +++ b/gcc/config/i386/darwin.h @@ -188,7 +188,7 @@ extern void darwin_x86_file_end (void); } while (0) /* Darwin on x86_64 uses dwarf-2 by default. Pre-darwin9 32-bit - compiles defaut to stabs+. darwin9+ defaults to dwarf-2. */ + compiles default to stabs+. darwin9+ defaults to dwarf-2. */ #ifndef DARWIN_PREFER_DWARF #undef PREFERRED_DEBUGGING_TYPE #define PREFERRED_DEBUGGING_TYPE (TARGET_64BIT ? DWARF2_DEBUG : DBX_DEBUG) |