diff options
| author | Eric Christopher <echristo@gmail.com> | 2012-10-19 22:10:54 +0000 |
|---|---|---|
| committer | Eric Christopher <echristo@gmail.com> | 2012-10-19 22:10:54 +0000 |
| commit | 5d7e15edc528c3e89b857e7d4995f3ae7938f4ad (patch) | |
| tree | 7b90614ed0084ccbe06b2100bf6db61a02c87e87 /llvm | |
| parent | 90131ac26c8133e0a244039506c90793835f1f85 (diff) | |
| download | bcm5719-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.h | 2 |
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; |

