aboutsummaryrefslogtreecommitdiffstats
path: root/sys/fuchsia
diff options
context:
space:
mode:
authorAnge Albertini <105304039+corkamig@users.noreply.github.com>2022-10-17 17:33:46 +0200
committerGitHub <noreply@github.com>2022-10-17 08:33:46 -0700
commite13fff490ff449a7fb85227d69cf1540741c89d7 (patch)
tree899cd04588ac21257a9c501ac75fbe7bee08a154 /sys/fuchsia
parent94744d216b270284675276eaa44875af15c9cc99 (diff)
sys/fuchsia: fix object typo (#3447)
Diffstat (limited to 'sys/fuchsia')
-rw-r--r--sys/fuchsia/object.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/fuchsia/object.txt b/sys/fuchsia/object.txt
index 86490b1fd..0c00c3ba8 100644
--- a/sys/fuchsia/object.txt
+++ b/sys/fuchsia/object.txt
@@ -59,7 +59,7 @@ zx_object_signal_peer(handle zx_handle, clear_mask int32, set_mask int32)
zx_object_wait_many(items ptr[in, array[zx_wait_item]], count len[items], deadline zx_time)
zx_object_wait_one(handle zx_handle, signals int32, deadline zx_time, observed ptr[out, int32])
zx_object_wait_async(handle zx_handle, port zx_port, key proc[1000, 4], signals int32, options flags[wait_async_options])
-zx_set_profile(handle zx_handle, profile zx_profile, options const[0])
+zx_object_set_profile(handle zx_handle, profile zx_profile, options const[0])
wait_async_options = ZX_WAIT_ASYNC_ONCE, ZX_WAIT_ASYNC_EDGE