From 7d31f924a8af9c6bae7d9b39597fc831600d895f Mon Sep 17 00:00:00 2001 From: terrafrost Date: Sat, 13 Dec 2014 14:20:25 -0600 Subject: [PATCH] Crypt/Base: clean up comments --- phpseclib/Crypt/Base.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/phpseclib/Crypt/Base.php b/phpseclib/Crypt/Base.php index 55edffcf..ab32ea15 100644 --- a/phpseclib/Crypt/Base.php +++ b/phpseclib/Crypt/Base.php @@ -100,7 +100,7 @@ define('CRYPT_MODE_STREAM', 5); /**#@+ * @access private * @see Crypt_Base::Crypt_Base() - * @internal This constants are for internal usage only + * @internal This constants are for internal use only */ /** * Base value for the internal implementation $engine switch @@ -532,7 +532,7 @@ class Crypt_Base * * @access public * @param String $iv - * @internal Could, but not must, extend by the child Crypt_* class + * @internal Can be overwritten by a sub class, but does not have to be */ function setIV($iv) {