Skip to content

Commit

Permalink
Documentation: Clarification
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed May 22, 2012
1 parent 74d5639 commit 94782a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doomsday/engine/api/dd_string.h
Expand Up @@ -5,8 +5,8 @@
* Simple dynamic string management. @ingroup base
*
* Uses @ref memzone or standard malloc for memory allocation, chosen during
* initialization of a string. The string itself is always allocated with
* malloc.
* initialization of a string. The string instance itself is always allocated
* with malloc.
*
* AutoStr is a variant of ddstring_t that is automatically put up for garbage
* collection. You may create an AutoStr instance either by converting an
Expand Down

0 comments on commit 94782a9

Please sign in to comment.