From cefedff192dfb8afa9df4b61610b5cbc641889b2 Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Fri, 8 Apr 2011 17:53:03 +0200 Subject: [PATCH] * src/misc/fixpool.hh: Typo in comment. --- ChangeLog | 4 ++++ src/misc/fixpool.hh | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index aad956e1d..9c7b04d7e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2011-04-08 Alexandre Duret-Lutz + + * src/misc/fixpool.hh: Typo in comment. + 2011-04-08 Alexandre Duret-Lutz DVE2: preliminary implementation of compressed states. diff --git a/src/misc/fixpool.hh b/src/misc/fixpool.hh index dd8fae356..382fab131 100644 --- a/src/misc/fixpool.hh +++ b/src/misc/fixpool.hh @@ -89,7 +89,7 @@ namespace spot /// \brief Recycle \a size bytes of memory. /// - /// Despite the name, the memory is not really deallocate in the + /// Despite the name, the memory is not really deallocated in the /// "delete" sense: it is still owned by the pool and will be /// reused by allocate as soon as possible. The memory is only /// freed when the pool is destroyed.