diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2012-10-13 10:38:10 +0200 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2012-10-13 10:38:10 +0200 |
commit | 4bc119afb75009f8af398bea4c93b908d8940f9c (patch) | |
tree | 8d589e7a2c0b72f5ace61b0bea9d5488b9ebbcae | |
parent | 1afcff297a08e2c28695da7d586d987f6a5134a0 (diff) | |
download | strongswan-4bc119afb75009f8af398bea4c93b908d8940f9c.tar.bz2 strongswan-4bc119afb75009f8af398bea4c93b908d8940f9c.tar.xz |
corrected class description
-rw-r--r-- | src/libimcv/ietf/ietf_attr_fwd_enabled.h | 2 | ||||
-rw-r--r-- | src/libimcv/ietf/ietf_attr_installed_packages.h | 2 | ||||
-rw-r--r-- | src/libimcv/ietf/ietf_attr_string_version.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/libimcv/ietf/ietf_attr_fwd_enabled.h b/src/libimcv/ietf/ietf_attr_fwd_enabled.h index 1701d75c0..bfde1a7b1 100644 --- a/src/libimcv/ietf/ietf_attr_fwd_enabled.h +++ b/src/libimcv/ietf/ietf_attr_fwd_enabled.h @@ -28,7 +28,7 @@ typedef struct ietf_attr_fwd_enabled_t ietf_attr_fwd_enabled_t; #include "os_info/os_info.h" /** - * Class implementing the IETF PA-TNC Product Information attribute. + * Class implementing the IETF PA-TNC Forwarding Enabled attribute. * */ struct ietf_attr_fwd_enabled_t { diff --git a/src/libimcv/ietf/ietf_attr_installed_packages.h b/src/libimcv/ietf/ietf_attr_installed_packages.h index 563393afa..a9f6768e0 100644 --- a/src/libimcv/ietf/ietf_attr_installed_packages.h +++ b/src/libimcv/ietf/ietf_attr_installed_packages.h @@ -28,7 +28,7 @@ typedef struct ietf_attr_installed_packages_t ietf_attr_installed_packages_t; /** - * Class implementing the IETF PA-TNC Port Filter attribute. + * Class implementing the IETF PA-TNC Installed Packages attribute. * */ struct ietf_attr_installed_packages_t { diff --git a/src/libimcv/ietf/ietf_attr_string_version.h b/src/libimcv/ietf/ietf_attr_string_version.h index 3194962ea..5ffbea8e0 100644 --- a/src/libimcv/ietf/ietf_attr_string_version.h +++ b/src/libimcv/ietf/ietf_attr_string_version.h @@ -28,7 +28,7 @@ typedef struct ietf_attr_string_version_t ietf_attr_string_version_t; /** - * Class implementing the IETF PA-TNC Product Information attribute. + * Class implementing the IETF PA-TNC String Version attribute. * */ struct ietf_attr_string_version_t { |