fix minor typo

This commit is contained in:
Werner Fink 2011-11-14 08:53:05 +00:00
parent 6fe3edd48c
commit 2f904f7848

View File

@ -1279,7 +1279,7 @@ void read_inittab(void)
#endif
/*
* Open INITTAB and real line by line.
* Open INITTAB and read line by line.
*/
if ((fp = fopen(INITTAB, "r")) == NULL)
initlog(L_VB, "No inittab file found");