]> git.sur5r.net Git - openldap/blobdiff - libraries/liblber/options.c
ITS#8605 - spelling fixes
[openldap] / libraries / liblber / options.c
index 4f8e10b6918ae1ceca60c1e8c76ad24e6e454604..247718cb20a72613e89f374eefe8430963eb8549 100644 (file)
@@ -1,7 +1,7 @@
 /* $OpenLDAP$ */
 /* This work is part of OpenLDAP Software <http://www.openldap.org/>.
  *
- * Copyright 1998-2016 The OpenLDAP Foundation.
+ * Copyright 1998-2017 The OpenLDAP Foundation.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -49,7 +49,7 @@ ber_get_option(
                        return LBER_OPT_SUCCESS;
 
                case LBER_OPT_MEMORY_INUSE:
-                       /* The memory inuse is a global variable on kernal implementations.
+                       /* The memory inuse is a global variable on kernel implementations.
                         * This means that memory debug is shared by all LDAP processes
                         * so for this variable to have much meaning, only one LDAP process
                         * should be running and memory inuse should be initialized to zero
@@ -145,7 +145,7 @@ ber_set_option(
                        return LBER_OPT_SUCCESS;
 
                case LBER_OPT_MEMORY_INUSE:
-                       /* The memory inuse is a global variable on kernal implementations.
+                       /* The memory inuse is a global variable on kernel implementations.
                         * This means that memory debug is shared by all LDAP processes
                         * so for this variable to have much meaning, only one LDAP process
                         * should be running and memory inuse should be initialized to zero