From bdb8f6cf52a2a4e2f78e6fa95d42140aa26ec31c Mon Sep 17 00:00:00 2001 From: Patrick Walton Date: Thu, 19 Jan 2012 14:24:03 -0800 Subject: rustc: "tag" -> "enum" --- src/comp/lib/llvm.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/comp/lib') diff --git a/src/comp/lib/llvm.rs b/src/comp/lib/llvm.rs index a164ba1e108..1ee0f44297d 100644 --- a/src/comp/lib/llvm.rs +++ b/src/comp/lib/llvm.rs @@ -15,7 +15,7 @@ const False: Bool = 0; // Consts for the LLVM CallConv type, pre-cast to uint. // FIXME: figure out a way to merge these with the native -// typedef and/or a tag type in the native module below. +// typedef and/or a enum type in the native module below. const LLVMCCallConv: uint = 0u; const LLVMFastCallConv: uint = 8u; -- cgit 1.4.1-3-g733a5