diff options
Diffstat (limited to 'src/core/nm-netns.c')
| -rw-r--r-- | src/core/nm-netns.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/nm-netns.c b/src/core/nm-netns.c index 57dbe9c5..f481bc36 100644 --- a/src/core/nm-netns.c +++ b/src/core/nm-netns.c @@ -75,7 +75,7 @@ typedef struct { /* Indexes the watcher handles. */ GHashTable *watcher_idx; - /* An index of WatcherByTag. It allows to lookup watcher handles by tag. + /* An index of WatcherByTag. It allows one to lookup watcher handles by tag. * Handles without tag are not indexed. */ GHashTable *watcher_by_tag_idx; |