summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2012-10-19 22:10:54 +0000
committerEric Christopher <echristo@gmail.com>2012-10-19 22:10:54 +0000
commit5d7e15edc528c3e89b857e7d4995f3ae7938f4ad (patch)
tree7b90614ed0084ccbe06b2100bf6db61a02c87e87 /llvm
parent90131ac26c8133e0a244039506c90793835f1f85 (diff)
downloadbcm5719-llvm-5d7e15edc528c3e89b857e7d4995f3ae7938f4ad.tar.gz
bcm5719-llvm-5d7e15edc528c3e89b857e7d4995f3ae7938f4ad.zip
Grammar-o.
llvm-svn: 166343
Diffstat (limited to 'llvm')
-rw-r--r--llvm/include/llvm/Object/ObjectFile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/Object/ObjectFile.h b/llvm/include/llvm/Object/ObjectFile.h
index 41959bd34e1..4185ffea130 100644
--- a/llvm/include/llvm/Object/ObjectFile.h
+++ b/llvm/include/llvm/Object/ObjectFile.h
@@ -266,7 +266,7 @@ const uint64_t UnknownAddressOrSize = ~0ULL;
/// 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;
OpenPOWER on IntegriCloud