* src/misc/fixpool.hh: Typo in comment.

This commit is contained in:
Alexandre Duret-Lutz 2011-04-08 17:53:03 +02:00
parent c938e652e4
commit cefedff192
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2011-04-08 Alexandre Duret-Lutz <adl@lrde.epita.fr>
* src/misc/fixpool.hh: Typo in comment.
2011-04-08 Alexandre Duret-Lutz <adl@lrde.epita.fr> 2011-04-08 Alexandre Duret-Lutz <adl@lrde.epita.fr>
DVE2: preliminary implementation of compressed states. DVE2: preliminary implementation of compressed states.

View file

@ -89,7 +89,7 @@ namespace spot
/// \brief Recycle \a size bytes of memory. /// \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 /// "delete" sense: it is still owned by the pool and will be
/// reused by allocate as soon as possible. The memory is only /// reused by allocate as soon as possible. The memory is only
/// freed when the pool is destroyed. /// freed when the pool is destroyed.