Changeset 541

Show
Ignore:
Timestamp:
08/17/09 09:28:36 (15 years ago)
Author:
vbarta
Message:

fixed typo

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/doc/local/memory_management.dox

    r539 r541  
    119119\endcode 
    120120 
    121 Functions gnerally shouldn't return raw pointers allocated by operator 
    122 new - such pointers should be wrapped in an instance of shared_ptr, so 
    123 that the pointer's unlimited life expectancy is encoded in the 
    124 function signature: 
     121Functions generally shouldn't return raw pointers allocated by 
     122operator new - such pointers should be wrapped in an instance of 
     123shared_ptr, so that the pointer's unlimited life expectancy is encoded 
     124in the function signature: 
    125125 
    126126\code