diff options
-rw-r--r-- | sys/ufs/ufs/ufs_extattr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/ufs/ufs/ufs_extattr.c b/sys/ufs/ufs/ufs_extattr.c index e944114..7bbe239 100644 --- a/sys/ufs/ufs/ufs_extattr.c +++ b/sys/ufs/ufs/ufs_extattr.c @@ -177,7 +177,7 @@ ufs_extattr_uepm_destroy(struct ufs_extattr_per_mount *uepm) panic("ufs_extattr_uepm_destroy: called while still started"); /* - * XXX: It's not clear that either order for the next two lines is + * It's not clear that either order for the next two lines is * ideal, and it should never be a problem if this is only called * during unmount, and with vfs_busy(). */ |