summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-phiprop.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/tree-ssa-phiprop.c')
-rw-r--r--gcc/tree-ssa-phiprop.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/tree-ssa-phiprop.c b/gcc/tree-ssa-phiprop.c
index 2621dae1abd..f408939b07d 100644
--- a/gcc/tree-ssa-phiprop.c
+++ b/gcc/tree-ssa-phiprop.c
@@ -36,7 +36,7 @@ along with GCC; see the file COPYING3. If not see
#include "flags.h"
/* This pass propagates indirect loads through the PHI node for its
- address to make the load source possiby non-addressable and to
+ address to make the load source possibly non-addressable and to
allow for PHI optimization to trigger.
For example the pass changes
@@ -48,7 +48,7 @@ along with GCC; see the file COPYING3. If not see
# tmp_1 = PHI <a, b>
- but also handles more complex cenarios like
+ but also handles more complex scenarios like
D.2077_2 = &this_1(D)->a1;
...