Fix comment

This commit is contained in:
Norman Feske 2015-06-09 21:34:32 +02:00 committed by Christian Helmuth
parent 1f40d9de6a
commit 613d208045
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ struct Vfs::File_io_service
{
union
{
/* if request was 'IOCTL_OP_TIOCGSIZE' */
/* if request was 'IOCTL_OP_TIOCGWINSZ' */
struct {
int rows;
int columns;