Index: lib/Comms/include/RtServer.h =================================================================== diff -u -ra5781739bcbe58c754aff8861561495624bc5b67 -rb915ccc1a72fcca21908c35140af7ac7df1f1f37 --- lib/Comms/include/RtServer.h (.../RtServer.h) (revision a5781739bcbe58c754aff8861561495624bc5b67) +++ lib/Comms/include/RtServer.h (.../RtServer.h) (revision b915ccc1a72fcca21908c35140af7ac7df1f1f37) @@ -29,7 +29,7 @@ * Parser state is cleared automatically when the client disconnects. * * Intended to be inherited by controllers (e.g. AgentSimController, - * LeahiRtController) that need to accept a connection and exchange + * CloudConnectController) that need to accept a connection and exchange * framed messages over a local socket. */ class RtServer : public QObject