From 1afb7cc92e8eee77b5b86e6c5c2d4737bcf17837 Mon Sep 17 00:00:00 2001 From: Karolin Seeger Date: Thu, 21 May 2015 15:00:32 +0200 Subject: [PATCH] vfs_hpuxacl: Fix typo in comment... and remove some trailing whitespaces. Signed-off-by: Karolin Seeger Reviewed-by: Andrew Bartlett --- source3/modules/vfs_hpuxacl.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source3/modules/vfs_hpuxacl.c b/source3/modules/vfs_hpuxacl.c index 7ffb847d6bc..1894146cc51 100644 --- a/source3/modules/vfs_hpuxacl.c +++ b/source3/modules/vfs_hpuxacl.c @@ -916,9 +916,9 @@ static int hpux_get_needed_class_perm(struct acl *aclp) /* hpux_internal_aclsort: aclsort for HPUX. * - * -> The aclsort() system call is availabe on the latest HPUX General - * -> Patch Bundles. So for HPUX, we developed our version of aclsort - * -> function. Because, we don't want to update to a new + * -> The aclsort() system call is available on the latest HPUX General + * -> Patch Bundles. So for HPUX, we developed our version of aclsort + * -> function. Because, we don't want to update to a new * -> HPUX GR bundle just for aclsort() call. * * aclsort sorts the array of ACL structures as per the description in -- 2.11.4.GIT