]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/modules.h
Update user-facing text and comments of SSL to TLS.
[user/henk/code/inspircd.git] / include / modules.h
index 75bbcb8de02c1021b5a9cc38a75ac8f251decee8..82684cac83ca087d5f43b4a06593db32f6fb8bd7 100644 (file)
@@ -376,7 +376,7 @@ class CoreExport Module : public classbase, public usecountbase
 
        /** Called on rehash.
         * This method is called when a user initiates a module-specific rehash. This can be used to do
-        * expensive operations (such as reloading SSL certificates) that are not executed on a normal
+        * expensive operations (such as reloading TLS (SSL) certificates) that are not executed on a normal
         * rehash for efficiency. A rehash of this type does not reload the core configuration.
         *
         * @param user The user performing the rehash.