diff options
Diffstat (limited to 'src/libstate/init.cpp')
-rw-r--r-- | src/libstate/init.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstate/init.cpp b/src/libstate/init.cpp index 5fd476994..6ab303909 100644 --- a/src/libstate/init.cpp +++ b/src/libstate/init.cpp @@ -22,7 +22,7 @@ void LibraryInitializer::initialize(const std::string&) /* This two stage initialization process is because Library_State's constructor will implicitly refer to global state through the - allocators and so for, so global_state() has to be a valid + allocators and so forth, so global_state() has to be a valid reference before initialize() can be called. Yeah, gross. */ Global_State_Management::set_global_state(new Library_State); |