mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-03 09:01:50 -05:00
Fix typo: Retreive -> Retrieve
This commit is contained in:
parent
b5fd854e52
commit
233713222c
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ int rtkit_make_high_priority(DBusConnection *system_bus, pid_t thread, int nice_
|
||||||
*/
|
*/
|
||||||
int rtkit_get_max_realtime_priority(DBusConnection *system_bus);
|
int rtkit_get_max_realtime_priority(DBusConnection *system_bus);
|
||||||
|
|
||||||
/* Retreive the minimum value of nice level available. High prio requests
|
/* Retrieve the minimum value of nice level available. High prio requests
|
||||||
* below this value will fail. The returned value is a negative errno
|
* below this value will fail. The returned value is a negative errno
|
||||||
* style error code, or 0 on success.*/
|
* style error code, or 0 on success.*/
|
||||||
int rtkit_get_min_nice_level(DBusConnection *system_bus, int* min_nice_level);
|
int rtkit_get_min_nice_level(DBusConnection *system_bus, int* min_nice_level);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue