summaryrefslogtreecommitdiff
path: root/bits.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2010-12-22 18:38:42 -0500
committerEric S. Raymond <esr@thyrsus.com>2010-12-22 18:38:42 -0500
commit2c69666fa6f815edbc941e278e015e54795329e8 (patch)
tree4eae822a6b4e7bf230a00ffbfc6af6830491db65 /bits.c
parenta619431a9d7576506b55c607555fecfc084bec37 (diff)
downloadgpsd-2c69666fa6f815edbc941e278e015e54795329e8.tar.gz
More header portability auditing by deheader.
Diffstat (limited to 'bits.c')
-rw-r--r--bits.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bits.c b/bits.c
index ba546f9d..a7e68ddb 100644
--- a/bits.c
+++ b/bits.c
@@ -3,8 +3,8 @@
* This file is Copyright (c)2010 by the GPSD project
* BSD terms apply: see the file COPYING in the distribution root for details.
*
- * Bitfield extraction functions. In each, start is a bit index (not
- * a byte index) and width is a bit width. The width bounded above by
+ * Bitfield extraction functions. In each, start is a bit index - not
+ * a byte index - and width is a bit width. The width bounded above by
* the bit width of a long long, which is 64 bits in all standard data
* models for 32- and 64-bit processors.
*