about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAlex Zatelepin <mvzp10@gmail.com>2019-09-16 17:16:17 +0300
committerAlex Zatelepin <mvzp10@gmail.com>2019-10-01 17:44:24 +0300
commit48081065f4badf0544ec02d6ecde673716fd6695 (patch)
treefbe9cc382d95e461963889019852747fc57e8003
parent702b45e409495a41afcccbe87a251a692b0cefab (diff)
downloadrust-48081065f4badf0544ec02d6ecde673716fd6695.tar.gz
rust-48081065f4badf0544ec02d6ecde673716fd6695.zip
fix typo
-rw-r--r--src/librustc_typeck/check/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_typeck/check/mod.rs b/src/librustc_typeck/check/mod.rs
index be5723959fb..064908de48f 100644
--- a/src/librustc_typeck/check/mod.rs
+++ b/src/librustc_typeck/check/mod.rs
@@ -472,7 +472,7 @@ pub enum Diverges {
     WarnedAlways
 }
 
-// Convenience impls for combinig `Diverges`.
+// Convenience impls for combining `Diverges`.
 
 impl ops::BitAnd for Diverges {
     type Output = Self;