gdbsupport: common-utils.h: fix typo in header

This commit is contained in:
Mike Frysinger 2021-01-06 01:05:10 -05:00
parent 599c86c4a5
commit 4b186f88b8
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2021-01-06 Mike Frysinger <vapier@gentoo.org>
* common-utils.h (align_up): Fix typo in header comment.
2021-01-04 Simon Marchi <simon.marchi@efficios.com>
* common-debug.h (debug_print_depth): New.

View File

@ -163,7 +163,7 @@ in_inclusive_range (T value, T low, T high)
return value >= low && value <= high;
}
/* Ensure that V is aligned to an N byte boundary (B's assumed to be a
/* Ensure that V is aligned to an N byte boundary (N's assumed to be a
power of 2). Round up/down when necessary. Examples of correct
use include: