Ignore:
Timestamp:
Oct 10, 2020, 5:27:12 PM (4 years ago)
Author:
alain
Message:

Cosmetic.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kernel/libk/bits.h

    r657 r666  
    229229 * This function takes a positive integer <val> as input argument, and returns the smallest
    230230 * integer <order> such as : 1<<order >= val.
    231  * In other words, <order> is the min number of bits to encode <val> values.
     231 * In other words, <order> is the min number of bits to encode the <val> values.
    232232 *********************************************************************************************
    233233 * @ val   : value to analyse
Note: See TracChangeset for help on using the changeset viewer.