1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-22 22:04:08 +03:00

lib:socket: Fix code spelling

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Joseph Sutton <josephsutton@catalyst.net.nz>
This commit is contained in:
Andreas Schneider 2023-04-13 12:54:55 +02:00 committed by Andreas Schneider
parent 189f156c8c
commit c6e1a94915

View File

@ -73,7 +73,7 @@ bool make_netmask(struct sockaddr_storage *pss_out,
}
/****************************************************************************
Create a struct sockaddr_storage set to the broadcast or network adress from
Create a struct sockaddr_storage set to the broadcast or network address from
an incoming sockaddr_storage.
****************************************************************************/