1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-19 02:29:40 +00:00

ac(8): Fix a typo in a source code comment

- s/chosing/choosing/

(cherry picked from commit 10924c4fc3)
This commit is contained in:
Gordon Bergling 2022-06-04 12:41:20 +02:00
parent 466a3ed5c3
commit ebc14d619c

View File

@ -68,7 +68,7 @@ struct user_entry {
};
/*
* this is for chosing whether to ignore a login
* this is for choosing whether to ignore a login
*/
struct tty_entry {
SLIST_ENTRY(tty_entry) next;