[llvm-commits] [llvm] r156955 - /llvm/trunk/include/llvm/User.h

Eric Christopher echristo at apple.com
Wed May 16 15:08:58 PDT 2012


Author: echristo
Date: Wed May 16 17:08:58 2012
New Revision: 156955

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

Modified:
    llvm/trunk/include/llvm/User.h

Modified: llvm/trunk/include/llvm/User.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/User.h?rev=156955&r1=156954&r2=156955&view=diff
==============================================================================
--- llvm/trunk/include/llvm/User.h (original)
+++ llvm/trunk/include/llvm/User.h Wed May 16 17:08:58 2012
@@ -7,11 +7,11 @@
 //
 //===----------------------------------------------------------------------===//
 //
-// This class defines the interface that one who 'use's a Value must implement.
+// This class defines the interface that one who uses a Value must implement.
 // Each instance of the Value class keeps track of what User's have handles
 // to it.
 //
-//  * Instructions are the largest class of User's.
+//  * Instructions are the largest class of Users.
 //  * Constants may be users of other constants (think arrays and stuff)
 //
 //===----------------------------------------------------------------------===//





More information about the llvm-commits mailing list