mirror of
https://github.com/vlang/v.git
synced 2025-09-15 07:22:27 +03:00
all: fix typos (#19693)
This commit is contained in:
parent
ac40981bcc
commit
690ec7d3a5
43 changed files with 159 additions and 150 deletions
|
@ -99,7 +99,7 @@ fn fatal_socket_error(fd int) bool {
|
|||
return true
|
||||
}
|
||||
|
||||
// listen creates a listening tcp socket and returns its file decriptor
|
||||
// listen creates a listening tcp socket and returns its file descriptor
|
||||
fn listen(config Config) int {
|
||||
// not using the `net` modules sockets, because not all socket options are defined
|
||||
fd := C.socket(net.AddrFamily.ip, net.SocketType.tcp, 0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue