Clean up various whitespace and fix one header guard.
This commit is contained in:
@@ -56,5 +56,5 @@ log2(uint32 v)
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
#endif // KERNEL_UTIL_RANDOM_H
|
#endif // KERNEL_UTIL_BITUTIL_H
|
||||||
|
|
||||||
|
|||||||
@@ -74,7 +74,7 @@ struct MallocAllocator {
|
|||||||
* stored in a linked list. The table may be made to adjust its number of slots
|
* stored in a linked list. The table may be made to adjust its number of slots
|
||||||
* depending on the load factor (this should be enabled unless the object is to
|
* depending on the load factor (this should be enabled unless the object is to
|
||||||
* be used at times where memory allocations aren't possible, such as code
|
* be used at times where memory allocations aren't possible, such as code
|
||||||
* called byt he memory allocator).
|
* called by the memory allocator).
|
||||||
*
|
*
|
||||||
* The link between entries is part of the ValueType stored items, which makes
|
* The link between entries is part of the ValueType stored items, which makes
|
||||||
* sure the table can always accept new items and will never fail because it is
|
* sure the table can always accept new items and will never fail because it is
|
||||||
|
|||||||
Reference in New Issue
Block a user