Skip to content

Commit c9cf73f

Browse files
committed
rustc: represend -> represent in a comment
1 parent a7c4c18 commit c9cf73f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rustc/middle/ty.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ enum sty {
246246

247247
ty_type, // type_desc*
248248
ty_send_type, // type_desc* that has been cloned into exchange heap
249-
ty_opaque_box, // used by monomorphizer to represend any @ box
249+
ty_opaque_box, // used by monomorphizer to represent any @ box
250250
ty_constr(t, [@type_constr]),
251251
ty_opaque_closure_ptr(closure_kind), // ptr to env for fn, fn@, fn~
252252
}

0 commit comments

Comments
 (0)