summaryrefslogtreecommitdiff
path: root/src/nm-policy.c
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2018-01-23 12:24:29 +0100
committerThomas Haller <thaller@redhat.com>2018-01-23 12:55:33 +0100
commitaed6e28461955ac0428bd1b61e27247eb6b986a7 (patch)
treea46a3f65973ec374d4fd65669294125a1a887491 /src/nm-policy.c
parentb411b54e278a5e773fc58b3231130a604144ea84 (diff)
trivial: avoid XXX tag and replace by NOTE or FIXME
XXX was used to either raise attention (NOTE) or to indicate that this is ugly code that should be fixed (FIXME). The usage was inconsistent. Let's avoid XXX and use either NOTE or FIXME.
Diffstat (limited to 'src/nm-policy.c')
-rw-r--r--src/nm-policy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nm-policy.c b/src/nm-policy.c
index 3f1516a82..abdf740df 100644
--- a/src/nm-policy.c
+++ b/src/nm-policy.c
@@ -418,7 +418,7 @@ get_best_ip_device (NMPolicy *self,
r = nm_device_get_best_default_route (device, addr_family);
if (r) {
- /* XXX: the best route might have rt_source NM_IP_CONFIG_SOURCE_VPN,
+ /* NOTE: the best route might have rt_source NM_IP_CONFIG_SOURCE_VPN,
* which means it was injected by a VPN, not added by device.
*
* In this case, is it really the best device? Why do we even need the best