hare

[hare] The Hare programming language
git clone https://git.torresjrjr.com/hare.git
Log | Files | Refs | README | LICENSE

commit 5baeb39f3c3a049c9c182cb53ab976fe9d2289fa
parent e144f293c553e1275fdf9e712f7fd59eaf490215
Author: Alexey Yerin <yyp@disroot.org>
Date:   Thu, 25 May 2023 13:30:00 +0300

net: correct references of net::unix::prepfiles -> allocfiles

Signed-off-by: Alexey Yerin <yyp@disroot.org>

Diffstat:
Mnet/msg.ha | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net/msg.ha b/net/msg.ha @@ -71,7 +71,7 @@ export fn setname(msg: *msghdr, name: *void, length: size) void = { // // This is a low-level interface, and is not generally used by users. More // often, users will call functions like [[net::unix::addfiles]] or -// [[net::unix::prepfiles]], which provide a high-level interface to this +// [[net::unix::allocfiles]], which provide a high-level interface to this // function for domain-specific use-cases. export fn addcontrol( msg: *msghdr, @@ -95,7 +95,7 @@ export fn addcontrol( // // This is a low-level interface, and is not generally used by users. More // often, users will call functions like [[net::unix::addfiles]] or -// [[net::unix::prepfiles]], which provide a high-level interface to this +// [[net::unix::allocfiles]], which provide a high-level interface to this // function for domain-specific use-cases. export fn getcontrol( msg: *msghdr,