소스 검색

优化修改注释

niujiuru 1 주 전
부모
커밋
54da7e8143
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      scripts/modules/funcs/functions.sh

+ 1 - 1
scripts/modules/funcs/functions.sh

@@ -49,7 +49,7 @@ call_module()
   return $?
 }
 
-# return true if program is running
+# check if the program is currently running
 # $1: program's executable path
 # return 0 if running, 1 otherwise
 is_running()