diff options
Diffstat (limited to 'kern/log2.h')
-rw-r--r-- | kern/log2.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kern/log2.h b/kern/log2.h index ed12b441..762aaa77 100644 --- a/kern/log2.h +++ b/kern/log2.h @@ -16,6 +16,8 @@ * * * Integer base 2 logarithm operations. + * + * TODO Fix naming. */ #ifndef _KERN_LOG2_H |