diff --git a/src/runtime2/native.rs b/src/runtime2/native.rs index f8779bcb9fd6fa1dbea81a7fd38cac5bb8078811..cf25163fb61249b33639cc6d0d24bb2acba8e214 100644 --- a/src/runtime2/native.rs +++ b/src/runtime2/native.rs @@ -133,7 +133,7 @@ impl ApplicationInterface { /// Creates a new connector. Note that it is not scheduled immediately, but /// depends on the `ApplicationConnector` to run, followed by the created /// connector being scheduled. - // TODO: Optimize by yanking out scheduler logic for common use. + // TODO: Yank out scheduler logic for common use. pub fn create_connector(&mut self, module: &str, routine: &str, arguments: ValueGroup) -> Result<(), ComponentCreationError> { // Retrieve ports and make sure that we own the ones that are currently // specified. This is also checked by the scheduler, but that is done