diff options
author | lloyd <[email protected]> | 2012-04-23 13:16:49 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2012-04-23 13:16:49 +0000 |
commit | cd82d3641c891ef6e446cdfe584dbd936f6a564d (patch) | |
tree | 9a407ca0524ed0f09a511199d42b76edbd34969f /src/libstate/init.cpp | |
parent | b6bbdd39e713509696eeef8ace9dae1efe979393 (diff) |
Fix various typos, and remove an unused macro in checks/bench.cpp
All reported by Patrick Pelletier.
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 7cdc615bd..6d1ca1dbc 100644 --- a/src/libstate/init.cpp +++ b/src/libstate/init.cpp @@ -51,7 +51,7 @@ void LibraryInitializer::initialize(const std::string& arg_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); |