diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2006-10-29 04:46:24 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2006-10-29 04:46:24 +0000 |
commit | 3a0572072d2b6a49fa491744aea520cda26e85c3 (patch) | |
tree | 1a9bc3b909bdeaf4d1ed15c0590738c11c0d3e2e /gcc/config/darwin.opt | |
parent | ec4178c9575576360f722cf64949e9c62763f3ba (diff) | |
download | gcc-3a0572072d2b6a49fa491744aea520cda26e85c3.tar.gz |
darwin.c, [...]: Fix comment typos.
* config/darwin.c, config/darwin.opt, config/ia64/itanium1.md,
config/ia64/itanium2.md, real.c, tree-ssa-structalias.c: Fix
comment typos.
From-SVN: r118133
Diffstat (limited to 'gcc/config/darwin.opt')
-rw-r--r-- | gcc/config/darwin.opt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/darwin.opt b/gcc/config/darwin.opt index 9fee719b1cd..ef89b786008 100644 --- a/gcc/config/darwin.opt +++ b/gcc/config/darwin.opt @@ -33,8 +33,8 @@ Set sizeof(bool) to 1 fapple-kext Target Report Var(flag_apple_kext) -Generate code for darwin loadable kernel extentions +Generate code for darwin loadable kernel extensions mkernel Target Report Var(flag_mkernel) -Generate code for the kernel or loadable kernel extentions +Generate code for the kernel or loadable kernel extensions |