summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2015-06-21 15:29:30 +0200
committerThomas Haller <thaller@redhat.com>2015-06-21 15:29:30 +0200
commit083327b830e6a9968ec917273c860d90d51f85e3 (patch)
treea3c5b92bdab68b1de7c6c16fe85a03ddc317b139
parent0a3835247078bc3cc91b62ce9cd32f0f09485c5e (diff)
downloadNetworkManager-083327b830e6a9968ec917273c860d90d51f85e3.tar.gz
trivial: fix spelling error in code comment
-rw-r--r--include/nm-macros-internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/nm-macros-internal.h b/include/nm-macros-internal.h
index 78c4206cf3..3767a13397 100644
--- a/include/nm-macros-internal.h
+++ b/include/nm-macros-internal.h
@@ -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); \