Diffusion Krita e2a6cdf02bdd

Fix misleading comments in kis_shared_ptr.h

Authored by tusooaw on May 20 2019, 10:42 AM.

Description

Fix misleading comments in kis_shared_ptr.h

The comments used to compare KisSharedPtr to QSharedDataPointer, which
are actually two different things. KisSharedPtr is similar in functionality
to QSharedPointer, not QSharedDataPointer.