From 4bc119afb75009f8af398bea4c93b908d8940f9c Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Sat, 13 Oct 2012 10:38:10 +0200 Subject: [PATCH] corrected class description --- src/libimcv/ietf/ietf_attr_fwd_enabled.h | 2 +- src/libimcv/ietf/ietf_attr_installed_packages.h | 2 +- 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 1701d75c04..bfde1a7b1f 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 563393afa7..a9f6768e08 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 3194962ea8..5ffbea8e04 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 {