Commit a30e1a42 authored by Herb Lewis's avatar Herb Lewis Committed by Gerald (Jerry) Carter
Browse files

r772: fix cut and paste error in comment

(This used to be commit a3bb4909c34c50673e0859be35200a8628ecdb8c)
parent 05bc3279
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
};