]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
gdbsupport: common-utils.h: fix typo in header
authorMike Frysinger <vapier@gentoo.org>
Wed, 6 Jan 2021 06:05:10 +0000 (01:05 -0500)
committerMike Frysinger <vapier@gentoo.org>
Wed, 6 Jan 2021 10:52:06 +0000 (05:52 -0500)
gdbsupport/ChangeLog
gdbsupport/common-utils.h

index 2c69581fbced41576a880f864e47c3977f657aea..4cac86fbe49746669bad6566a941dca04382b6c5 100644 (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.
index 20af1f283770845e658b64b9c4cef75fbd6db220..4429f086fce34d201a85ab087742b862ac57748a 100644 (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: