aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Object/ObjectFile.h
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
commit60f0819cb583799029fa11179576dd7f01d8002a (patch)
treeb3e407f110b247479e8238f9109c37c88eef6a22 /include/llvm/Object/ObjectFile.h
parent2b861be96ef18174c201ce6a94c5130445bc5b40 (diff)
downloadexternal_llvm-60f0819cb583799029fa11179576dd7f01d8002a.zip
external_llvm-60f0819cb583799029fa11179576dd7f01d8002a.tar.gz
external_llvm-60f0819cb583799029fa11179576dd7f01d8002a.tar.bz2
Grammar-o.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@166343 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Object/ObjectFile.h')
-rw-r--r--include/llvm/Object/ObjectFile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Object/ObjectFile.h b/include/llvm/Object/ObjectFile.h
index 41959bd..4185ffe 100644
--- a/include/llvm/Object/ObjectFile.h
+++ b/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;