diff options
Diffstat (limited to 'include/attach.php')
-rw-r--r-- | include/attach.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/attach.php b/include/attach.php index 0f31ed012..e3c40f68d 100644 --- a/include/attach.php +++ b/include/attach.php @@ -1632,7 +1632,7 @@ function find_filename_by_hash($channel_id, $attachHash) { } /** - * @brief Pipes $in to $out in 16MB chunks. + * @brief Pipes $in to $out in 16KB chunks. * * @param resource $in File pointer of input * @param resource $out File pointer of output |