diff --git a/app/friendship/controller/FriendController.php b/app/friendship/controller/FriendController.php
index f81c982..d899a2a 100644
--- a/app/friendship/controller/FriendController.php
+++ b/app/friendship/controller/FriendController.php
@@ -127,7 +127,7 @@ class FriendController extends HomeBaseController
                             if ($total > 0) {
                                 if (Db::name('user')->where(['id' => $uid])->setDec('balance', $total)) {
                                     if (Db::name('user')->where(['id' => $friend_id])->setInc('balance', $total)) {
-                                        //被赠送者插入赠送记录日志log
+                                        //记录日志log
                                         $log = [
                                             0 => [
                                                 'uid' => $friend_id,