summaryrefslogtreecommitdiffstats
path: root/input.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2011-07-08 06:28:05 +0000
committerNicholas Marriott <nicm@openbsd.org>2011-07-08 06:28:05 +0000
commitb4b3d9c936b9e22eb835dd1d8b65e689fc66fb6c (patch)
treed3785fcefa187fe16e04be79840b2c47f7581a2e /input.c
parent26aa0689a52a9c93089c5fc7e68203c4209201cd (diff)
Fix a couple of comments.
Diffstat (limited to 'input.c')
-rw-r--r--input.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/input.c b/input.c
index 9c1c4dca..9237ef5c 100644
--- a/input.c
+++ b/input.c
@@ -555,7 +555,7 @@ const struct input_transition input_state_dcs_escape_table[] = {
{ -1, -1, NULL, NULL }
};
-/* device_ignore state table. */
+/* dcs_ignore state table. */
const struct input_transition input_state_dcs_ignore_table[] = {
INPUT_STATE_ANYWHERE,
@@ -791,7 +791,7 @@ input_split(struct input_ctx *ictx)
return (0);
}
-/* Get an argument or return default value..*/
+/* Get an argument or return default value. */
int
input_get(struct input_ctx *ictx, u_int validx, int minval, int defval)
{