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.