[llvm-commits] [llvm] r166343 - /llvm/trunk/include/llvm/Object/ObjectFile.h

Eric Christopher echristo at gmail.com
Fri Oct 19 15:10:54 PDT 2012


Author: echristo
Date: Fri Oct 19 17:10:54 2012
New Revision: 166343

URL: http://llvm.org/viewvc/llvm-project?rev=166343&view=rev
Log:
Grammar-o.

Modified:
    llvm/trunk/include/llvm/Object/ObjectFile.h

Modified: llvm/trunk/include/llvm/Object/ObjectFile.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Object/ObjectFile.h?rev=166343&r1=166342&r2=166343&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Object/ObjectFile.h (original)
+++ llvm/trunk/include/llvm/Object/ObjectFile.h Fri Oct 19 17:10:54 2012
@@ -266,7 +266,7 @@
 
 /// ObjectFile - This class is the base class for all object file types.
 /// Concrete instances of this object are created by createObjectFile, which
-/// figure out which type to create.
+/// figures out which type to create.
 class ObjectFile : public Binary {
   virtual void anchor();
   ObjectFile() LLVM_DELETED_FUNCTION;





More information about the llvm-commits mailing list