diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2017-10-30 01:24:18 +0100 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2017-10-30 01:24:18 +0100 |
commit | 7e619e59e4fc445f9d42e3eb919dc29c30769913 (patch) | |
tree | 6b77912160fa8004d13ba136a4b80ea0118fc4a4 /sys/src | |
parent | 5a93b4fe2d4b76815ce06ba411f80a49fe26b3a1 (diff) |
devcons: remove obsolete comment
Diffstat (limited to 'sys/src')
-rw-r--r-- | sys/src/9/port/devcons.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/9/port/devcons.c b/sys/src/9/port/devcons.c index b6c2d8788..0d755bdc1 100644 --- a/sys/src/9/port/devcons.c +++ b/sys/src/9/port/devcons.c @@ -464,7 +464,7 @@ consread(Chan *c, void *buf, long n, vlong off) ulong l; Mach *mp; char *b, *bp; - char tmp[256]; /* must be >= 18*NUMSIZE (Qswap) */ + char tmp[256]; int i, k, id; vlong offset = off; extern char configfile[]; |