diff options
author | Dan Gohman <djg@cray.com> | 2007-12-14 15:11:58 +0000 |
---|---|---|
committer | Dan Gohman <djg@cray.com> | 2007-12-14 15:11:58 +0000 |
commit | 8c503e5e15bd05f3da38d548da41ca291d97e6dc (patch) | |
tree | a5beeb2b96a76b0f614832217a55587c9f0c74a2 | |
parent | cdb54c66038d60a51a5f1d416bd70de6534151ff (diff) | |
download | external_llvm-8c503e5e15bd05f3da38d548da41ca291d97e6dc.zip external_llvm-8c503e5e15bd05f3da38d548da41ca291d97e6dc.tar.gz external_llvm-8c503e5e15bd05f3da38d548da41ca291d97e6dc.tar.bz2 |
Fix a typo in a comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45031 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/llvm/Support/Allocator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Support/Allocator.h b/include/llvm/Support/Allocator.h index 729cc67..a3010a3 100644 --- a/include/llvm/Support/Allocator.h +++ b/include/llvm/Support/Allocator.h @@ -57,6 +57,6 @@ public: void PrintStats() const; }; -} // end namespace clang +} // end namespace llvm #endif |