Fix typeo
[oota-llvm.git] / lib / VMCore / Linker.cpp
index e6e89c36d30dd9f5f570d92925ec2b78a2939bc7..304a6bbc592adfa0856fcb011f4a428262d35417 100644 (file)
@@ -51,7 +51,7 @@ static bool ResolveTypes(const Type *DestTy, const Type *SrcTy,
 static const FunctionType *getFT(const PATypeHolder &TH) {
   return cast<FunctionType>(TH.get());
 }
-static const StructType *getsT(const PATypeHolder &TH) {
+static const StructType *getST(const PATypeHolder &TH) {
   return cast<StructType>(TH.get());
 }