diff --git a/system/setup b/system/setup index a5efcf5a91b..485cb456d90 100755 --- a/system/setup +++ b/system/setup @@ -1787,7 +1787,7 @@ class FreeBSDNetwork(GenericBsdIfconfigNetwork, Network): class AIXNetwork(GenericBsdIfconfigNetwork, Network): """ - This is the FreeBSD Network Class. + This is the AIX Network Class. It uses the GenericBsdIfconfigNetwork unchanged. """ platform = 'AIX'