usr/src/uts/common/fs/zfs/zap_micro.c
changeset 13512 060607df0c9d
parent 13509 04570f5cbeca
child 13524 f0e12b33f77c
--- a/usr/src/uts/common/fs/zfs/zap_micro.c	Tue Nov 08 16:22:36 2011 -0500
+++ b/usr/src/uts/common/fs/zfs/zap_micro.c	Tue Nov 08 17:01:06 2011 -0500
@@ -20,7 +20,6 @@
  */
 /*
  * Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved.
- * Copyright (c) 2011 by Delphix. All rights reserved.
  */
 
 #include <sys/zio.h>
@@ -1404,7 +1403,7 @@
 	}
 
 	/*
-	 * We lock the zap with adding == FALSE. Because, if we pass
+	 * We lock the zap with adding ==  FALSE. Because, if we pass
 	 * the actual value of add, it could trigger a mzap_upgrade().
 	 * At present we are just evaluating the possibility of this operation
 	 * and hence we donot want to trigger an upgrade.