aboutsummaryrefslogtreecommitdiff
path: root/gcc/vr-values.c
diff options
context:
space:
mode:
authorXiong Hu Luo <luoxhu@linux.vnet.ibm.com>2019-01-24 02:18:16 +0000
committerXiong Hu Luo <luoxhu@gcc.gnu.org>2019-01-24 02:18:16 +0000
commiteea18a4eb06242af8883e9b6b15f981f9243f5c2 (patch)
tree9f7a72934aec9a44c6276a4f94232223986a0487 /gcc/vr-values.c
parent275e9ad9ee6648d2bc8708ed15e747abe4106b3c (diff)
downloadgcc-eea18a4eb06242af8883e9b6b15f981f9243f5c2.zip
gcc-eea18a4eb06242af8883e9b6b15f981f9243f5c2.tar.gz
gcc-eea18a4eb06242af8883e9b6b15f981f9243f5c2.tar.bz2
fix comments typo.
gcc/ChangeLog 2019-01-24 Xiong Hu Luo <luoxhu@linux.vnet.ibm.com> * tree-ssa-dom.c (test_for_singularity): fix a comment typo. * vr-values.c (find_case_label_ranges): fix a comment typo. From-SVN: r268229
Diffstat (limited to 'gcc/vr-values.c')
-rw-r--r--gcc/vr-values.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/vr-values.c b/gcc/vr-values.c
index f4058ea..a734ef9 100644
--- a/gcc/vr-values.c
+++ b/gcc/vr-values.c
@@ -2597,7 +2597,7 @@ find_case_label_ranges (gswitch *stmt, value_range *vr, size_t *min_idx1,
take_default = !find_case_label_range (stmt, min, max, &i, &j);
- /* Set second range to emtpy. */
+ /* Set second range to empty. */
*min_idx2 = 1;
*max_idx2 = 0;