Commit 3a057207 by Kazu Hirata Committed by Kazu Hirata

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
parent ec4178c9
2006-10-29 Kazu Hirata <kazu@codesourcery.com>
* config/darwin.c, config/darwin.opt, config/ia64/itanium1.md,
config/ia64/itanium2.md, real.c, tree-ssa-structalias.c: Fix
comment typos.
2006-10-28 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> 2006-10-28 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
PR middle-end/29335 PR middle-end/29335
......
...@@ -1610,7 +1610,7 @@ darwin_set_default_type_attributes (tree type) ...@@ -1610,7 +1610,7 @@ darwin_set_default_type_attributes (tree type)
TYPE_ATTRIBUTES (type)); TYPE_ATTRIBUTES (type));
} }
/* True, iff we're generating code for loadable kernel extentions. */ /* True, iff we're generating code for loadable kernel extensions. */
bool bool
darwin_kextabi_p (void) { darwin_kextabi_p (void) {
......
...@@ -33,8 +33,8 @@ Set sizeof(bool) to 1 ...@@ -33,8 +33,8 @@ Set sizeof(bool) to 1
fapple-kext fapple-kext
Target Report Var(flag_apple_kext) Target Report Var(flag_apple_kext)
Generate code for darwin loadable kernel extentions Generate code for darwin loadable kernel extensions
mkernel mkernel
Target Report Var(flag_mkernel) Target Report Var(flag_mkernel)
Generate code for the kernel or loadable kernel extentions Generate code for the kernel or loadable kernel extensions
...@@ -131,7 +131,7 @@ ...@@ -131,7 +131,7 @@
This is only worth to do when we are debugging the description This is only worth to do when we are debugging the description
and need to look more accurately at reservations of states. and need to look more accurately at reservations of states.
o "ndfa" which makes automata with nondetermenistic reservation o "ndfa" which makes automata with nondeterministic reservation
by insns. by insns.
o (define_reservation string string) names reservation (the first o (define_reservation string string) names reservation (the first
......
...@@ -129,7 +129,7 @@ ...@@ -129,7 +129,7 @@
This is only worth to do when we are debugging the description This is only worth to do when we are debugging the description
and need to look more accurately at reservations of states. and need to look more accurately at reservations of states.
o "ndfa" which makes automata with nondetermenistic reservation o "ndfa" which makes automata with nondeterministic reservation
by insns. by insns.
o (define_reservation string string) names reservation (the first o (define_reservation string string) names reservation (the first
......
...@@ -4923,7 +4923,7 @@ real_copysign (REAL_VALUE_TYPE *r, const REAL_VALUE_TYPE *x) ...@@ -4923,7 +4923,7 @@ real_copysign (REAL_VALUE_TYPE *r, const REAL_VALUE_TYPE *x)
} }
/* Convert from REAL_VALUE_TYPE to MPFR. The caller is responsible /* Convert from REAL_VALUE_TYPE to MPFR. The caller is responsible
for initializing and clearing the MPFR parmeter. */ for initializing and clearing the MPFR parameter. */
void void
mpfr_from_real (mpfr_ptr m, const REAL_VALUE_TYPE *r) mpfr_from_real (mpfr_ptr m, const REAL_VALUE_TYPE *r)
......
...@@ -2421,7 +2421,7 @@ get_constraint_for_component_ref (tree t, VEC(ce_s, heap) **results) ...@@ -2421,7 +2421,7 @@ get_constraint_for_component_ref (tree t, VEC(ce_s, heap) **results)
t = get_ref_base_and_extent (t, &bitpos, &bitsize, &bitmaxsize); t = get_ref_base_and_extent (t, &bitpos, &bitsize, &bitmaxsize);
/* String constants's are readonly, so there is nothing to really do /* String constants are readonly, so there is nothing to really do
here. */ here. */
if (TREE_CODE (t) == STRING_CST) if (TREE_CODE (t) == STRING_CST)
return; return;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment