summaryrefslogtreecommitdiff
path: root/include/llvm/User.h
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2012-05-16 22:08:58 +0000
committerEric Christopher <echristo@apple.com>2012-05-16 22:08:58 +0000
commitbec5463937a4e0832188327e43cf00cb7e712e38 (patch)
treef49867a3417e36062742d283aa1b2b9a19da16a0 /include/llvm/User.h
parent07a267faec7bd77fdece44f242cb4270120e0ef2 (diff)
downloadllvm-bec5463937a4e0832188327e43cf00cb7e712e38.tar.gz
llvm-bec5463937a4e0832188327e43cf00cb7e712e38.tar.bz2
llvm-bec5463937a4e0832188327e43cf00cb7e712e38.tar.xz
Grammar.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@156955 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/User.h')
-rw-r--r--include/llvm/User.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/llvm/User.h b/include/llvm/User.h
index c52f32f425..5d5460cd6f 100644
--- a/include/llvm/User.h
+++ b/include/llvm/User.h
@@ -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)
//
//===----------------------------------------------------------------------===//