public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [committed] Fix up comment typo.
@ 2020-02-05 10:40 Jakub Jelinek
  0 siblings, 0 replies; only message in thread
From: Jakub Jelinek @ 2020-02-05 10:40 UTC (permalink / raw)
  To: gcc-patches

Hi!

When briefly looking at PR93586, I've noticed a typo, fixed thusly,
committed to trunk as obvious.

diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index aec156eb773..a4005841f60 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,5 +1,8 @@
 2020-02-05  Jakub Jelinek  <jakub@redhat.com>
 
+	* tree-ssa-alias.c (aliasing_matching_component_refs_p): Fix up
+	function comment typo.
+
 	PR middle-end/93555
 	* omp-simd-clone.c (expand_simd_clones): If simd_clone_mangle or
 	simd_clone_create failed when i == 0, adjust clone->nargs by
diff --git a/gcc/ChangeLog-2009 b/gcc/ChangeLog-2009
index c95c0ca129e..1d3702ebaf3 100644
--- a/gcc/ChangeLog-2009
+++ b/gcc/ChangeLog-2009
@@ -14477,7 +14477,7 @@
 	(aapcs_layout_arg): New function.
 	(arm_init_cumulative_args): Initialize AAPCS args data.
 	(arm_function_arg): Handle AAPCS variants using new interface.
-	(arm_arg_parital_bytes): Likewise.
+	(arm_arg_partial_bytes): Likewise.
 	(arm_function_arg_advance): New function.
 	(arm_function_ok_for_sibcall): Ensure that sibling calls agree on
 	calling conventions.
diff --git a/gcc/tree-ssa-alias.c b/gcc/tree-ssa-alias.c
index 670676f20c3..c7e6679f990 100644
--- a/gcc/tree-ssa-alias.c
+++ b/gcc/tree-ssa-alias.c
@@ -856,7 +856,7 @@ type_has_components_p (tree type)
 
 /* MATCH1 and MATCH2 which are part of access path of REF1 and REF2
    respectively are either pointing to same address or are completely
-   disjoint. If PARITAL_OVERLAP is true, assume that outermost arrays may
+   disjoint. If PARTIAL_OVERLAP is true, assume that outermost arrays may
    just partly overlap.
 
    Try to disambiguate using the access path starting from the match

	Jakub

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-02-05 10:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-05 10:40 [committed] Fix up comment typo Jakub Jelinek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).