Consistent use of KolibriOS name

- Ensure consistent naming for brand integrity.

git-svn-id: svn://kolibrios.org@10049 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
2024-05-22 10:10:18 +00:00
parent bcfae55643
commit a7816e7613
30 changed files with 62 additions and 63 deletions

View File

@@ -380,7 +380,7 @@ KOSAPI int __strcmp(const char* s1, const char* s2)
}
/* ####################################################################### */
/* ############### С wrappers for system calls Kolibri OS ################ */
/* ############### С wrappers for system calls KolibriOS ################# */
/* ####################################################################### */
/*=============== Function -1 - terminate thread/process ===============*/

View File

@@ -1,6 +1,6 @@
#include <sys/ksys.h>
/* Very simple example of working with futexes in Kolibri OS.
/* Very simple example of working with futexes in KolibriOS.
* Author turbocat (Maxim Logaev).
* Thanks to Vitaly Krylov for help.
*