From 613d20804556064612915931e7ab1e2dd62a4bf6 Mon Sep 17 00:00:00 2001 From: Norman Feske Date: Tue, 9 Jun 2015 21:34:32 +0200 Subject: [PATCH] Fix comment --- repos/os/include/vfs/file_io_service.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repos/os/include/vfs/file_io_service.h b/repos/os/include/vfs/file_io_service.h index a92e6acd9..38beedea0 100644 --- a/repos/os/include/vfs/file_io_service.h +++ b/repos/os/include/vfs/file_io_service.h @@ -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;