From c9cf73f0a8ad09ed9c032ce01683fcaa19389d6a Mon Sep 17 00:00:00 2001 From: Patrick Walton Date: Thu, 8 Mar 2012 13:01:08 -0800 Subject: [PATCH] rustc: represend -> represent in a comment --- src/rustc/middle/ty.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rustc/middle/ty.rs b/src/rustc/middle/ty.rs index 9d4dbec782c..943731676ed 100644 --- a/src/rustc/middle/ty.rs +++ b/src/rustc/middle/ty.rs @@ -246,7 +246,7 @@ enum sty { ty_type, // type_desc* ty_send_type, // type_desc* that has been cloned into exchange heap - ty_opaque_box, // used by monomorphizer to represend any @ box + ty_opaque_box, // used by monomorphizer to represent any @ box ty_constr(t, [@type_constr]), ty_opaque_closure_ptr(closure_kind), // ptr to env for fn, fn@, fn~ }