rustc: Fix comment about ABI in trans::native

This commit is contained in:
Brian Anderson 2012-05-03 12:07:43 -07:00
parent af263e43c2
commit 74096a79d8

View File

@ -1,4 +1,4 @@
// The classification code for the x86 ABI is taken from the clay language
// The classification code for the x86_64 ABI is taken from the clay language
// https://github.com/jckarter/clay/blob/master/compiler/src/externals.cpp
import driver::session::{session, arch_x86_64};