diff --git a/drivers/tty/pty.c b/drivers/tty/pty.c
index 73c43f72b4c987ea59aeec70720cf50366eb919f..74bfabe5b45381e62214c353d7461ed5a08f2179 100644
--- a/drivers/tty/pty.c
+++ b/drivers/tty/pty.c
@@ -282,7 +282,7 @@ static void pty_set_termios(struct tty_struct *tty,
 }
 
 /**
- *	pty_do_resize		-	resize event
+ *	pty_resize		-	resize event
  *	@tty: tty being resized
  *	@ws: window size being set.
  *