aboutsummaryrefslogtreecommitdiff
path: root/sys/cmd/dvtm/hook.c
diff options
context:
space:
mode:
authorNicholas Noll <nbnoll@eml.cc>2020-06-08 15:49:53 -0700
committerNicholas Noll <nbnoll@eml.cc>2020-06-08 15:49:53 -0700
commit5daf8d56cdf6aecd1b7301c622c3e35eaa47bd42 (patch)
treeb7e4fffef25795dbebacb2bb65a7648c6bdd299a /sys/cmd/dvtm/hook.c
parentede65127cb813cd1efc8c8237c69c4308a761b33 (diff)
checkin: looking at curses API surface area
Diffstat (limited to 'sys/cmd/dvtm/hook.c')
-rw-r--r--sys/cmd/dvtm/hook.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/cmd/dvtm/hook.c b/sys/cmd/dvtm/hook.c
index da3946c..6865f87 100644
--- a/sys/cmd/dvtm/hook.c
+++ b/sys/cmd/dvtm/hook.c
@@ -316,7 +316,7 @@ bstack(void)
}
}
-/* A vertical stack layout, all windows have the full screen width. */
+/* a vertical stack layout, all windows have the full screen width. */
void
vstack(void)
{