summaryrefslogtreecommitdiffstats
path: root/src/bitfield/8byte.h
diff options
context:
space:
mode:
authorChristopher Peplin <chris.peplin@rhubarbtech.com>2014-01-04 11:12:21 -0500
committerChristopher Peplin <chris.peplin@rhubarbtech.com>2014-01-04 11:12:21 -0500
commit561145ed1f4f281ce47f3daaf0b1ec033c0b0402 (patch)
tree7fd23f201801f6659e3bcec0adfaca8713cb08ce /src/bitfield/8byte.h
parent57ea37a8fad405df23256144367b6a18a5ab1580 (diff)
Standardize names for functions.
Diffstat (limited to 'src/bitfield/8byte.h')
-rw-r--r--src/bitfield/8byte.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bitfield/8byte.h b/src/bitfield/8byte.h
index ab775caa..2916c218 100644
--- a/src/bitfield/8byte.h
+++ b/src/bitfield/8byte.h
@@ -74,7 +74,7 @@ uint8_t eightbyte_get_byte(const uint64_t source, const uint8_t byte_index,
* Returns true if the bit_count is enough to fully represent the value, and
* false if it will not fit.
*/
-bool eightbyte_set_bit_field(uint64_t* destination, uint64_t value,
+bool eightbyte_set_bitfield(uint64_t* destination, uint64_t value,
const uint16_t offset, const uint16_t bit_count);
/* Private: Determine the index of the last bit used.