Grammar.
authorEric Christopher <echristo@apple.com>
Wed, 16 May 2012 22:08:58 +0000 (22:08 +0000)
committerEric Christopher <echristo@apple.com>
Wed, 16 May 2012 22:08:58 +0000 (22:08 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@156955 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/User.h

index c52f32f425c4a6f20583ef992e03ace81cc5882c..5d5460cd6fffdeeabde8d2ce2956b928d01f5f3f 100644 (file)
@@ -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)
 //
 //===----------------------------------------------------------------------===//