summaryrefslogtreecommitdiffstats
path: root/python/samba/kcc_utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/samba/kcc_utils.py')
-rw-r--r--python/samba/kcc_utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/samba/kcc_utils.py b/python/samba/kcc_utils.py
index 57c31876a6..2692e4539d 100644
--- a/python/samba/kcc_utils.py
+++ b/python/samba/kcc_utils.py
@@ -502,7 +502,7 @@ class DirectoryServiceAgent(object):
"""Is dsa at minimum windows level greater than or equal to (version)
:param version: Windows version to test against
- (e.g. DS_BEHAVIOR_WIN2008)
+ (e.g. DS_DOMAIN_FUNCTION_2008)
"""
if self.dsa_behavior >= version:
return True