diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2004-07-15 20:47:41 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2004-07-15 20:47:41 +0000 |
| commit | 672c05d49c9565187ba43fd37c632fd5960c04b5 (patch) | |
| tree | cb8932d8c884d3a6cc8f7e0616a4bdfa7fe0e5ee /sys/kern/tty_subr.c | |
| parent | e65b8f47b37d55056175640b70f210b763a29f00 (diff) | |
Notes
Diffstat (limited to 'sys/kern/tty_subr.c')
| -rw-r--r-- | sys/kern/tty_subr.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/tty_subr.c b/sys/kern/tty_subr.c index cc4b32aa3cf2..afa1277e7ac5 100644 --- a/sys/kern/tty_subr.c +++ b/sys/kern/tty_subr.c @@ -81,8 +81,8 @@ clist_init(dummy) { /* * Allocate an initial base set of cblocks as a 'slush'. - * We allocate non-slush cblocks with each initial ttyopen() and - * deallocate them with each ttyclose(). + * We allocate non-slush cblocks with each initial tty_open() and + * deallocate them with each tty_close(). * We should adjust the slush allocation. This can't be done in * the i/o routines because they are sometimes called from * interrupt handlers when it may be unsafe to call malloc(). |
