s/deriving/derives in Comments/Docs

There are a large number of places that incorrectly refer
to deriving in comments, instead of derives.

Fixes #20984
This commit is contained in:
Earl St Sauver
2015-01-12 02:02:38 -08:00
parent 89c4e3792d
commit 6ab95bdd62
18 changed files with 38 additions and 38 deletions

View File

@@ -392,7 +392,7 @@ def emit_grapheme_module(f, grapheme_table, grapheme_cats):
use core::slice;
#[allow(non_camel_case_types)]
#[deriving(Clone)]
#[derive(Clone)]
pub enum GraphemeCat {
""")
for cat in grapheme_cats + ["Any"]: