diff options
Diffstat (limited to 'include/ttyent.h')
-rw-r--r-- | include/ttyent.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ttyent.h b/include/ttyent.h index ae2082354..3166e83b2 100644 --- a/include/ttyent.h +++ b/include/ttyent.h @@ -48,7 +48,7 @@ struct ttyent { #define TTY_ON 0x01 /* enable logins (start ty_getty program) */ #define TTY_SECURE 0x02 /* allow uid of 0 to login */ int ty_status; /* status flags */ - char *ty_window; /* command to start up window manager */ + char *ty_window; /* command to start up window manager */ char *ty_comment; /* comment field */ }; |