Skip to content

Commit

Permalink
Documentation|Garbage: Tiny clarification
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Oct 16, 2012
1 parent eca92cf commit b58eac5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doomsday/libdeng/include/de/garbage.h
Expand Up @@ -49,7 +49,7 @@ typedef void (*GarbageDestructor)(void*);

/**
* Puts an object up for garbage collection in the current thread. The object
* will be available for use until Garbage_Recycle() is called.
* will be available for use until Garbage_Recycle() is called in the thread.
*
* @param ptr Pointer to the object.
* @param destructor Function that destroys the object.
Expand Down

0 comments on commit b58eac5

Please sign in to comment.