projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a8001e
)
Fix a typo in a comment.
author
Dan Gohman
<gohman@apple.com>
Fri, 14 Dec 2007 15:11:58 +0000
(15:11 +0000)
committer
Dan Gohman
<gohman@apple.com>
Fri, 14 Dec 2007 15:11:58 +0000
(15:11 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45031
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/Support/Allocator.h
patch
|
blob
|
history
diff --git
a/include/llvm/Support/Allocator.h
b/include/llvm/Support/Allocator.h
index 729cc674a8cd7b995fe1cd347284e71c7ca4d1ca..a3010a3105c4629a8d1ea58fcc112477fbd60f3c 100644
(file)
--- 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