mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-24 16:00:07 +01:00
trivial: fix spelling error in code comment
This commit is contained in:
parent
0a38352470
commit
083327b830
1 changed files with 1 additions and 1 deletions
|
|
@ -188,7 +188,7 @@ nm_clear_g_source (guint *id)
|
|||
|
||||
/* Determine whether @x is a power of two (@x being an integer type).
|
||||
* For the special cases @x equals zero or one, it also returns true.
|
||||
* For negative @x, always returns FALSE. That only applies, is the data
|
||||
* For negative @x, always returns FALSE. That only applies, if the data
|
||||
* type of @x is signed. */
|
||||
#define nm_utils_is_power_of_two(x) ({ \
|
||||
const typeof(x) __x = (x); \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue