From e9fe2451325128960a7ec898ee3c6eb6943c97e4 Mon Sep 17 00:00:00 2001 From: terrafrost Date: Mon, 30 Mar 2015 23:43:28 -0500 Subject: [PATCH] Crypt/Base: update some comments --- phpseclib/Crypt/Base.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/phpseclib/Crypt/Base.php b/phpseclib/Crypt/Base.php index f1fb1585..aff42eaf 100644 --- a/phpseclib/Crypt/Base.php +++ b/phpseclib/Crypt/Base.php @@ -1676,7 +1676,7 @@ class Crypt_Base * @access private * @param String $in * @return String - * @internal Must extend by the child Crypt_* class + * @internal Must be extended by the child Crypt_* class */ function _encryptBlock($in) { @@ -1689,7 +1689,7 @@ class Crypt_Base * @access private * @param String $in * @return String - * @internal Must extend by the child Crypt_* class + * @internal Must be extended by the child Crypt_* class */ function _decryptBlock($in) { @@ -1703,7 +1703,7 @@ class Crypt_Base * * @see Crypt_Base::_setup() * @access private - * @internal Must extend by the child Crypt_* class + * @internal Must be extended by the child Crypt_* class */ function _setupKey() {