diff options
| author | Michael Biebl <biebl@debian.org> | 2018-07-01 20:58:23 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2018-07-01 20:58:23 +0200 |
| commit | 429393567647935d9123e21fd27a7529d50255eb (patch) | |
| tree | b5a99bf0cbbe77fccd7fee81caf71915ccf9eb96 /libnm-core/nm-setting-ovs-interface.c | |
| parent | 069cb5c3a525ebcc19cc2927964258acaca87b13 (diff) | |
New upstream version 1.12.0 upstream/1.12.0
Diffstat (limited to 'libnm-core/nm-setting-ovs-interface.c')
| -rw-r--r-- | libnm-core/nm-setting-ovs-interface.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libnm-core/nm-setting-ovs-interface.c b/libnm-core/nm-setting-ovs-interface.c index 73e1cfc6..ff9e4c1d 100644 --- a/libnm-core/nm-setting-ovs-interface.c +++ b/libnm-core/nm-setting-ovs-interface.c @@ -27,10 +27,10 @@ /** * SECTION:nm-setting-ovs-interface - * @short_description: Describes connection properties for OpenVSwitch interfaces. + * @short_description: Describes connection properties for Open vSwitch interfaces. * * The #NMSettingOvsInterface object is a #NMSetting subclass that describes properties - * necessary for OpenVSwitch interfaces. + * necessary for Open vSwitch interfaces. **/ enum { @@ -42,7 +42,7 @@ enum { /** * NMSettingOvsInterface: * - * OpenVSwitch Interface Settings + * Open vSwitch Interface Settings */ struct _NMSettingOvsInterface { NMSetting parent; |