From f44171de818dcf6c21dead0564cca178e6862b27 Mon Sep 17 00:00:00 2001 From: zhangzepeng Date: Tue, 17 Oct 2023 11:11:14 +0800 Subject: [PATCH] =?UTF-8?q?=E2=80=98=E6=96=87=E6=A1=A3=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zhangzepeng --- ide/src/doc/md/quickstart_filesystem.md | 2 +- ide/src/doc/quickstart_filesystem.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ide/src/doc/md/quickstart_filesystem.md b/ide/src/doc/md/quickstart_filesystem.md index 13128159..250ce1aa 100644 --- a/ide/src/doc/md/quickstart_filesystem.md +++ b/ide/src/doc/md/quickstart_filesystem.md @@ -70,7 +70,7 @@ FileSystem statistics 的 Tab 页如图: - Second Argument:系统调用的第二个参数。 - Third Argument:系统调用的第三个参数。 - Fourth Argument:系统调用的第四个参数。 -- Retrun:系统调用的返回值。 +- Return:系统调用的返回值。 - Error:错误码。 - Backtrace:调用栈顶部函数,并显示调用栈深度。 File Descriptor History 的 Tab 页如图: diff --git a/ide/src/doc/quickstart_filesystem.html b/ide/src/doc/quickstart_filesystem.html index d0bf9e88..976a6ae4 100644 --- a/ide/src/doc/quickstart_filesystem.html +++ b/ide/src/doc/quickstart_filesystem.html @@ -1010,7 +1010,7 @@ Fourth Argument:系统调用的第四个参数。
  • -Retrun:系统调用的返回值。
    +Return:系统调用的返回值。
     
  • -- Gitee