fix minor typo
This commit is contained in:
@ -1279,7 +1279,7 @@ void read_inittab(void)
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Open INITTAB and real line by line.
|
* Open INITTAB and read line by line.
|
||||||
*/
|
*/
|
||||||
if ((fp = fopen(INITTAB, "r")) == NULL)
|
if ((fp = fopen(INITTAB, "r")) == NULL)
|
||||||
initlog(L_VB, "No inittab file found");
|
initlog(L_VB, "No inittab file found");
|
||||||
|
Reference in New Issue
Block a user