mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-08 07:02:06 +08:00
util: fix typo in comment (#29392)
fix typo in comment old-commit-hash: 37c3854623dc2df58469ac5d0b9e97375f57ca1f
This commit is contained in:
+1
-1
@@ -81,7 +81,7 @@ std::string dir_name(std::string const& path);
|
||||
int random_int(int min, int max);
|
||||
std::string random_string(std::string::size_type length);
|
||||
|
||||
// **** file fhelpers *****
|
||||
// **** file helpers *****
|
||||
std::string read_file(const std::string& fn);
|
||||
std::map<std::string, std::string> read_files_in_dir(const std::string& path);
|
||||
int write_file(const char* path, const void* data, size_t size, int flags = O_WRONLY, mode_t mode = 0664);
|
||||
|
||||
Reference in New Issue
Block a user