KOSfuncs names: fix typo

git-svn-id: svn://kolibrios.org@6683 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
2016-11-06 22:37:32 +00:00
parent b1100a5fe6
commit 00d1316dd2
3 changed files with 3 additions and 3 deletions

View File

@@ -34,7 +34,7 @@ SF_SYSTEM=18
SSF_TERMINATE_THREAD=2 ; terminate process/thread by the slot number
SSF_FOCUS_WINDOW=3 ; give focus to the window of the given thread
SSF_GET_IDLE_COUNT=4 ; get counter of idle cycles per second
SSF_GET_CPU_REQUENCY=5 ; get CPU clock rate
SSF_GET_CPU_FREQUENCY=5 ; get CPU clock rate
SSF_RD_TO_HDD=6 ; save ramdisk to the file on hard disk
SSF_GET_ACTIVE_WINDOW=7 ; get slot number of the active window
SSF_SPEAKER=8