Fix a typo.

This commit is contained in:
Todd C. Miller
2019-05-22 08:58:51 -06:00
parent 19e2da8eec
commit e28ba02c78
2 changed files with 7 additions and 4 deletions

View File

@@ -181,8 +181,8 @@ struct userspec {
struct member_list users; /* list of users */
struct privilege_list privileges; /* list of privileges */
struct comment_list comments; /* optional comments */
int lineno;
char *file;
int lineno; /* line number in sudoers */
char *file; /* name of sudoers file */
};
/*