diff --git a/ircd/ircd.cc b/ircd/ircd.cc index b78992345..3b138e6ae 100644 --- a/ircd/ircd.cc +++ b/ircd/ircd.cc @@ -14,7 +14,7 @@ namespace ircd { enum runlevel _runlevel {runlevel::HALT}; // Current libircd runlevel - const enum runlevel &runlevel{_runlevel}; // Observer for current RL + const enum runlevel &runlevel {_runlevel}; // Observer for current RL boost::asio::io_context *ios; // user's io service struct strand *strand; // libircd event serializer @@ -69,7 +69,7 @@ try // Sample the ID of this thread. Since this is the first transfer of // control to libircd after static initialization we have nothing to - // consider a main thread yet. We need something set for many assetions + // consider a main thread yet. We need something set for many assertions // to pass until ircd::main() is entered which will reset this to where // ios.run() is really running. ircd::thread_id = std::this_thread::get_id(); diff --git a/ircd/xdr.cc b/ircd/xdr.cc index 0027d7f6e..1362b33ef 100644 --- a/ircd/xdr.cc +++ b/ircd/xdr.cc @@ -11,7 +11,6 @@ #include #include #include -#include "/home/jason/charybdis/charybdis/gecko-dev/js/src/vm/Opcodes.h" namespace ircd { namespace js {