diff --git a/library/system/setup b/library/system/setup index a5efcf5a91..485cb456d9 100755 --- a/library/system/setup +++ b/library/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'