From 9f8d2b97d3b37da4a77db3a7d4ad8bfa4ccf136e Mon Sep 17 00:00:00 2001 From: Lindsey Kuper Date: Wed, 16 May 2012 12:34:10 -0700 Subject: [PATCH] Another typo fix. --- src/rustc/middle/typeck/infer.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rustc/middle/typeck/infer.rs b/src/rustc/middle/typeck/infer.rs index 8f68b0eac05..dc37dfc56c8 100644 --- a/src/rustc/middle/typeck/infer.rs +++ b/src/rustc/middle/typeck/infer.rs @@ -1058,7 +1058,7 @@ impl assignment for infer_ctxt { // ______________________________________________________________________ // Type combining // -// There are three type combiners, sub, lub, and gub. Each implements +// There are three type combiners, sub, lub, and glb. Each implements // the interface `combine` contains methods for combining two // instances of various things and yielding a new instance. These // combiner methods always yield a `result`---failure is propagated