diff --git a/include/loki/Singleton.h b/include/loki/Singleton.h index 3b7592b..5ceddcb 100644 --- a/include/loki/Singleton.h +++ b/include/loki/Singleton.h @@ -472,7 +472,7 @@ namespace Loki /// - master never dies (NoDestroy policy) /// - master never created /// - master dies not in the function registered with atexit - /// - master dies not by a call of a the atexit registerd function (DeletableSingleton::GreathFullDeath) + /// - master dies not by a call of a the atexit registerd function (DeletableSingleton::GracefulDelete) /// /// \par Usage: ///