about summary refs log tree commit diff
path: root/src/librustc_borrowck
diff options
context:
space:
mode:
authorManish Goregaokar <manishsmail@gmail.com>2015-02-06 05:37:17 +0530
committerManish Goregaokar <manishsmail@gmail.com>2015-02-06 16:21:06 +0530
commit08a2bef63286479f6abab22f23e3b48e58e5c711 (patch)
tree4d0dca171aa29878aa198d61d07030920e292212 /src/librustc_borrowck
parent6bf0cd8f0031d02eaa341adc62a7cba1af435063 (diff)
parentdc2e444e506c31e8f4a4331c7f6264ca6c107bb6 (diff)
downloadrust-08a2bef63286479f6abab22f23e3b48e58e5c711.tar.gz
rust-08a2bef63286479f6abab22f23e3b48e58e5c711.zip
Rollup merge of #21954 - jbcrail:fix-misspelled-comments, r=steveklabnik
 The spelling corrections were made in both documentation comments and
regular comments.
Diffstat (limited to 'src/librustc_borrowck')
-rw-r--r--src/librustc_borrowck/borrowck/doc.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_borrowck/borrowck/doc.rs b/src/librustc_borrowck/borrowck/doc.rs
index 2100d5a9bc3..682a5f2f5ac 100644
--- a/src/librustc_borrowck/borrowck/doc.rs
+++ b/src/librustc_borrowck/borrowck/doc.rs
@@ -142,7 +142,7 @@
 //! which contains an empty set of actions, still has a purpose---it
 //! prevents moves from `LV`. I chose not to make `MOVE` a fourth kind of
 //! action because that would imply that sometimes moves are permitted
-//! from restrictived values, which is not the case.
+//! from restricted values, which is not the case.
 //!
 //! #### Example
 //!