summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
authorHerb Lewis <herb@samba.org>2004-05-18 17:24:59 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 10:51:37 -0500
commita3bb4909c34c50673e0859be35200a8628ecdb8c (patch)
tree2f33bf19f01df408c538a3ecbb3989cc4dc2f719 /source
parent9647394e7c79c81ac4cf276a2c4b9e16eb053ec2 (diff)
downloadsamba-a3bb4909c34c50673e0859be35200a8628ecdb8c.tar.gz
samba-a3bb4909c34c50673e0859be35200a8628ecdb8c.tar.xz
samba-a3bb4909c34c50673e0859be35200a8628ecdb8c.zip
r772: fix cut and paste error in comment
Diffstat (limited to 'source')
-rw-r--r--source/lib/debug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/lib/debug.c b/source/lib/debug.c
index b0d8ff35230..f9c8b0c46ab 100644
--- a/source/lib/debug.c
+++ b/source/lib/debug.c
@@ -163,7 +163,7 @@ static const char *default_classname_table[] = {
"vfs", /* DBGC_VFS */
"idmap", /* DBGC_IDMAP */
"quota", /* DBGC_QUOTA */
- "acls", /* DBGC_QUOTA */
+ "acls", /* DBGC_ACLS */
NULL
};