* src/misc/fixpool.hh: Typo in comment.
This commit is contained in:
parent
c938e652e4
commit
cefedff192
2 changed files with 5 additions and 1 deletions
|
|
@ -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>
|
||||
|
||||
DVE2: preliminary implementation of compressed states.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue