diff options
Diffstat (limited to 'src/launch')
| -rw-r--r-- | src/launch/.keep | 0 | ||||
| -rw-r--r-- | src/launch/src/RuntimeMain.cpp | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/src/launch/.keep b/src/launch/.keep deleted file mode 100644 index e69de29b..00000000 --- a/src/launch/.keep +++ /dev/null diff --git a/src/launch/src/RuntimeMain.cpp b/src/launch/src/RuntimeMain.cpp index dc379d54..1a08ece6 100644 --- a/src/launch/src/RuntimeMain.cpp +++ b/src/launch/src/RuntimeMain.cpp @@ -9,7 +9,7 @@ /// @note This called by _NeMain from its own runtime. IMPORT_C SInt32 launch_startup_fn(Void) { - /// Start LaunchHelpers.fwrk services, and make the launcher manageable too (via mgmt.launch) + /// start the LaunchHelpers.fwrk service, and make the launcher scheduable too (via mgmt.launch) UInt32* ret = static_cast<UInt32*>(libsys_syscall_arg_1( libsys_hash_64("__launch_register_service"))); // Register service based on program data. |
