diff --git a/libs/libc/misc/lib_bitmap.c b/libs/libc/misc/lib_bitmap.c index bb919a485c..6226d5a0f2 100644 --- a/libs/libc/misc/lib_bitmap.c +++ b/libs/libc/misc/lib_bitmap.c @@ -47,7 +47,7 @@ * offset - Offset of start to finding * * Returned Value: - * Return index position(0 ~ size-1)if finded, otherwise return size + * Return index position (0 ~ size-1) if finded, otherwise return size ****************************************************************************/ unsigned long find_next_bit(FAR const unsigned long *addr, @@ -129,7 +129,7 @@ found_middle: * offset - Offset of start to finding * * Returned Value: - * Return index position(0 ~ size-1)if Finded, otherwise return size + * Return index position (0 ~ size-1) if Finded, otherwise return size ****************************************************************************/ unsigned long find_next_zero_bit(FAR const unsigned long *addr,