mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-20 19:50:45 +01:00
trivial: use capital "B" in InfiniBand
This commit is contained in:
parent
74d0fcb97b
commit
72e65ef45c
1 changed files with 2 additions and 2 deletions
|
|
@ -401,7 +401,7 @@ nm_setting_infiniband_class_init (NMSettingInfinibandClass *setting_class)
|
|||
/**
|
||||
* NMSettingInfiniband:p-key:
|
||||
*
|
||||
* The Infiniband P_Key to use for this device. A value of -1
|
||||
* The InfiniBand P_Key to use for this device. A value of -1
|
||||
* means to use the default P_Key (aka "the P_Key at index 0").
|
||||
* Otherwise it is a 16-bit unsigned integer, whose high bit
|
||||
* is set if it is a "full membership" P_Key.
|
||||
|
|
@ -410,7 +410,7 @@ nm_setting_infiniband_class_init (NMSettingInfinibandClass *setting_class)
|
|||
(object_class, PROP_P_KEY,
|
||||
g_param_spec_int (NM_SETTING_INFINIBAND_P_KEY,
|
||||
"P_Key",
|
||||
"The Infiniband P_Key. Either -1 for the "
|
||||
"The InfiniBand P_Key. Either -1 for the "
|
||||
"default, or a 16-bit unsigned integer.",
|
||||
-1, 0xFFFF, -1,
|
||||
G_PARAM_READWRITE | G_PARAM_CONSTRUCT | NM_SETTING_PARAM_SERIALIZE));
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue