mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-08-06 23:27:04 +02:00
CLEANUP: haproxy: fix typos in code comment
Use "from" instead of "form" in ha_random_boot function code comments.
This commit is contained in:
parent
62c9d51ca4
commit
534e7e4598
@ -1417,11 +1417,11 @@ static void ha_random_boot(char *const *argv)
|
||||
m += 4;
|
||||
}
|
||||
|
||||
/* stack address (benefit form operating system's ASLR) */
|
||||
/* stack address (benefit from operating system's ASLR) */
|
||||
l = (unsigned long)&m;
|
||||
memcpy(m, &l, sizeof(l)); m += sizeof(l);
|
||||
|
||||
/* argv address (benefit form operating system's ASLR) */
|
||||
/* argv address (benefit from operating system's ASLR) */
|
||||
l = (unsigned long)&argv;
|
||||
memcpy(m, &l, sizeof(l)); m += sizeof(l);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user