diff --git a/mps/code/seg.c b/mps/code/seg.c
index 77e55647acb..0b7a0f1ba6a 100644
--- a/mps/code/seg.c
+++ b/mps/code/seg.c
@@ -1,7 +1,7 @@
/* seg.c: SEGMENTS
*
* $Id$
- * Copyright (c) 2001-2016 Ravenbrook Limited. See end of file for license.
+ * Copyright (c) 2001-2018 Ravenbrook Limited. See end of file for license.
*
* .design: The design for this module is .
*
@@ -860,8 +860,7 @@ Bool SegCheck(Seg seg)
CHECKL(AddrIsArenaGrain(TractBase(seg->firstTract), arena));
CHECKL(AddrIsArenaGrain(seg->limit, arena));
CHECKL(seg->limit > TractBase(seg->firstTract));
- /* Can't BoolCheck seg->queued because compilers warn about that on
- single-bit fields. */
+ /* CHECKL(BoolCheck(seq->queued)); */
/* Each tract of the segment must agree about the segment and its
* pool. Note that even if the CHECKs are compiled away there is
@@ -2165,7 +2164,7 @@ void SegClassMixInNoSplitMerge(SegClass klass)
/* C. COPYRIGHT AND LICENSE
*
- * Copyright (C) 2001-2016 Ravenbrook Limited .
+ * Copyright (C) 2001-2018 Ravenbrook Limited .
* All rights reserved. This is an open source license. Contact
* Ravenbrook for commercial licensing options.
*