diff options
| author | Joseph Crail <jbcrail@gmail.com> | 2014-07-02 21:27:07 -0400 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2014-07-03 12:54:51 -0700 |
| commit | e3fa23bcb64064d50c2a9e3b5870bc82081359d9 (patch) | |
| tree | 55c7f812cc8393b3e2ac7deef52886e811c45ff9 /src/libsyntax/ext/deriving | |
| parent | 8297edd54976d06f4753bc18684614516d156243 (diff) | |
| download | rust-e3fa23bcb64064d50c2a9e3b5870bc82081359d9.tar.gz rust-e3fa23bcb64064d50c2a9e3b5870bc82081359d9.zip | |
Fix spelling errors.
Diffstat (limited to 'src/libsyntax/ext/deriving')
| -rw-r--r-- | src/libsyntax/ext/deriving/generic/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsyntax/ext/deriving/generic/mod.rs b/src/libsyntax/ext/deriving/generic/mod.rs index b9bc5009337..157b64fb47c 100644 --- a/src/libsyntax/ext/deriving/generic/mod.rs +++ b/src/libsyntax/ext/deriving/generic/mod.rs @@ -834,7 +834,7 @@ impl<'a> MethodDef<'a> { generic `deriving`"); } - // `ref` inside let matches is buggy. Causes havoc wih rusc. + // `ref` inside let matches is buggy. Causes havoc with rusc. // let (variant_index, ref self_vec) = matches_so_far[0]; let (variant, self_vec) = match matches_so_far.get(0) { &(_, v, ref s) => (v, s) |
