Hello,
Patch against 2.6.26.
ss/services.c: trivial typo fix attached.
Best regards,
vmk
--
************************************************************************
Tietotekniikkaosasto / Helsingin yliopisto
IT Department / University of Helsinki
************************************************************************
--- linux-2.6.26/security/selinux/ss/services.c 2008-07-14 00:51:29.000000000 +0300
+++ linux-2.6.26-vmk/security/selinux/ss/services.c 2008-07-20 14:01:04.000000000 +0300
@@ -734,7 +734,7 @@
*sid = SECSID_NULL;
/* Copy the string so that we can modify the copy as we parse it.
- The string should already by null terminated, but we append a
+ The string should already be null terminated, but we append a
null suffix to the copy to avoid problems with the existing
attr package, which doesn't view the null terminator as part
of the attribute value. */