s/method/function

llvm-svn: 2177
diff --git a/llvm/lib/Bytecode/Writer/WriterInternals.h b/llvm/lib/Bytecode/Writer/WriterInternals.h
index 62f12db..73884bb 100644
--- a/llvm/lib/Bytecode/Writer/WriterInternals.h
+++ b/llvm/lib/Bytecode/Writer/WriterInternals.h
@@ -27,7 +27,7 @@
 
 protected:
   void outputConstants(bool isMethod);
-  void processMethod(const Method *M);
+  void processMethod(const Function *F);
   void processBasicBlock(const BasicBlock *BB);
   void processInstruction(const Instruction *I);