summaryrefslogtreecommitdiffstats
path: root/sys/ddb/db_input.c
diff options
context:
space:
mode:
authorpfg <pfg@FreeBSD.org>2015-05-18 22:27:46 +0000
committerpfg <pfg@FreeBSD.org>2015-05-18 22:27:46 +0000
commit22dd25965647f50284835a47a6213410eceb38b1 (patch)
tree78fcf1d6dfd29cf1db67517d6c15015af1f980a5 /sys/ddb/db_input.c
parentf08eebf858079ea431cd1cefced13b11fa4f1c25 (diff)
downloadFreeBSD-src-22dd25965647f50284835a47a6213410eceb38b1.zip
FreeBSD-src-22dd25965647f50284835a47a6213410eceb38b1.tar.gz
ddb: stop boolean screaming.
TRUE --> true FALSE--> false Hinted by: NetBSD
Diffstat (limited to 'sys/ddb/db_input.c')
-rw-r--r--sys/ddb/db_input.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/ddb/db_input.c b/sys/ddb/db_input.c
index 327f490..7b677ee 100644
--- a/sys/ddb/db_input.c
+++ b/sys/ddb/db_input.c
@@ -112,7 +112,7 @@ db_delete(n, bwd)
db_le -= n;
}
-/* returns TRUE at end-of-line */
+/* returns true at end-of-line */
static int
db_inputchar(c)
int c;
OpenPOWER on IntegriCloud