diff options
Diffstat (limited to 'src/libstrongswan/eap/eap.h')
-rw-r--r-- | src/libstrongswan/eap/eap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstrongswan/eap/eap.h b/src/libstrongswan/eap/eap.h index d824783e5..0e144b123 100644 --- a/src/libstrongswan/eap/eap.h +++ b/src/libstrongswan/eap/eap.h @@ -71,7 +71,7 @@ enum eap_type_t { EAP_EXPERIMENTAL = 255, /** not a method, but an implementation providing different methods */ EAP_RADIUS = 256, - /** not a method, select actual method dynamically based on e.g. the ID */ + /** not a method, select method dynamically based on client selection */ EAP_DYNAMIC = 257, }; |