diff mbox series

trivial typo fix

Message ID alpine.LFD.2.21.1905250203050.12535@34-41-5D-CA-59-C7 (mailing list archive)
State Changes Requested
Headers show
Series trivial typo fix | expand

Commit Message

Jokke Hämäläinen May 24, 2019, 11:03 p.m. UTC

diff mbox series

Patch

diff --git a/libsepol/include/sepol/booleans.h b/libsepol/include/sepol/booleans.h
index 2966903d..6bc14c3e 100644
--- a/libsepol/include/sepol/booleans.h
+++ b/libsepol/include/sepol/booleans.h
@@ -26,7 +26,7 @@  extern int sepol_genbools(void *data, size_t len, const char *boolpath);
    Returns 0 upon success or -1 otherwise. */
 extern int sepol_genbools_array(void *data, size_t len,
 				char **names, int *values, int nel);
-/*---------------end compatbility------------*/
+/*---------------end compatibility------------*/
 
 /* Set the specified boolean */
 extern int sepol_bool_set(sepol_handle_t * handle,