projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
778596b
)
[ELF] - Fix mistype. NFC.
author
George Rimar
<grimar@accesssoftek.com>
Tue, 8 Nov 2016 15:26:21 +0000
(15:26 +0000)
committer
George Rimar
<grimar@accesssoftek.com>
Tue, 8 Nov 2016 15:26:21 +0000
(15:26 +0000)
Thanks to Malcolm Parsons who pointed on that.
llvm-svn: 286239
lld/ELF/Memory.h
patch
|
blob
|
history
diff --git
a/lld/ELF/Memory.h
b/lld/ELF/Memory.h
index
0b75e82
..
9479fd0
100644
(file)
--- a/
lld/ELF/Memory.h
+++ b/
lld/ELF/Memory.h
@@
-47,7
+47,7
@@
template <class T> struct SpecificAlloc : public SpecificAllocBase {
llvm::SpecificBumpPtrAllocator<T> Alloc;
};
-// Use this arena if your object ha
ve
a destructor.
+// Use this arena if your object ha
s
a destructor.
// Your destructor will be invoked from freeArena().
template <typename T, typename... U> inline T *make(U &&... Args) {
static SpecificAlloc<T> Alloc;