Clean up various whitespace and fix one header guard.

This commit is contained in:
Michael Lotz
2015-08-02 23:19:07 +02:00
parent 31afee2773
commit f9a8f3e727
7 changed files with 29 additions and 29 deletions
+1 -1
View File
@@ -56,5 +56,5 @@ log2(uint32 v)
}
#endif // KERNEL_UTIL_RANDOM_H
#endif // KERNEL_UTIL_BITUTIL_H
+1 -1
View File
@@ -74,7 +74,7 @@ struct MallocAllocator {
* 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
* 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
* sure the table can always accept new items and will never fail because it is