mirror of
https://github.com/neovim/neovim.git
synced 2025-09-30 23:18:33 +00:00
spelling fixes #827
This commit is contained in:

committed by
Justin M. Keyes

parent
168575f3f7
commit
5b3b3fd3ed
@@ -115,7 +115,7 @@ void server_start(char *endpoint)
|
||||
uint32_t addr_len = ip_end - addr;
|
||||
|
||||
if (addr_len > sizeof(ip) - 1) {
|
||||
// Maximum length of a ip address buffer is 15(eg: 255.255.255.255)
|
||||
// Maximum length of an IP address buffer is 15(eg: 255.255.255.255)
|
||||
addr_len = sizeof(ip);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user