@@ -25,12 +25,13 @@ * @brief A class for storing arbitrary data in secure (non-swappable) memory, * securely wiping it when it gets deallocated. * * @warning Non-swappable memory might be unavailable, in which case this falls * back to swappable memory, but still wipes the data when it gets - * deallocated. Check the @ref swappable property to see whether a - * particular OFSecureData was allocated in swappable memory. + * deallocated. Check the @ref allowsSwappableMemory property to see + * whether a particular OFSecureData might be allocated in swappable + * memory. */ OF_SUBCLASSING_RESTRICTED @interface OFSecureData: OFData { struct page *_page;