about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorbjorn3 <bjorn3@users.noreply.github.com>2020-09-14 10:32:37 +0200
committerbjorn3 <bjorn3@users.noreply.github.com>2020-09-14 10:32:37 +0200
commit9c6921b4b6a136b89c07db59ef3fd243bc86df7b (patch)
tree99a6fa6a21c82944553ec8bdc8fc10391eea0cb7 /src
parent171e159e640bbe47cecdd3ab86015d8392bbe7af (diff)
downloadrust-9c6921b4b6a136b89c07db59ef3fd243bc86df7b.tar.gz
rust-9c6921b4b6a136b89c07db59ef3fd243bc86df7b.zip
Fix typo
Diffstat (limited to 'src')
-rw-r--r--src/base.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/base.rs b/src/base.rs
index 7aca709fba1..7c43dc68deb 100644
--- a/src/base.rs
+++ b/src/base.rs
@@ -105,7 +105,7 @@ pub(crate) fn trans_fn<'tcx, B: Backend + 'static>(
         );
     });
 
-    // If the return block is not reachable, then the SSA builder may have inserted a `iconst.i128`
+    // If the return block is not reachable, then the SSA builder may have inserted an `iconst.i128`
     // instruction, which doesn't have an encoding.
     context.compute_cfg();
     context.compute_domtree();