Fix a typo in a comment
authorTimur Iskhodzhanov <timurrrr@google.com>
Tue, 3 Dec 2013 18:57:43 +0000 (18:57 +0000)
committerTimur Iskhodzhanov <timurrrr@google.com>
Tue, 3 Dec 2013 18:57:43 +0000 (18:57 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@196304 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/AsmPrinter/AsmPrinterHandler.h

index 8e8ff1079d06e0b0aac3db1b01add80f2fb254f1..ff2dd4a3b608e6ec1fd12a98a26a511d4231ab76 100644 (file)
@@ -41,7 +41,7 @@ public:
   virtual void beginFunction(const MachineFunction *MF) = 0;
 
   /// \brief Gather post-function debug information.
-  /// Please note that some AsmPrinter implementationss may not call
+  /// Please note that some AsmPrinter implementations may not call
   /// beginFunction at all.
   virtual void endFunction(const MachineFunction *MF) = 0;