mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-16 09:12:22 +00:00
include/flatbuffers: typo fixes in comments (#5884)
This commit is contained in:
@@ -446,7 +446,7 @@ std::string StripPath(const std::string &filepath);
|
||||
// Strip the last component of the path + separator.
|
||||
std::string StripFileName(const std::string &filepath);
|
||||
|
||||
// Concatenates a path with a filename, regardless of wether the path
|
||||
// Concatenates a path with a filename, regardless of whether the path
|
||||
// ends in a separator or not.
|
||||
std::string ConCatPathFileName(const std::string &path,
|
||||
const std::string &filename);
|
||||
|
||||
Reference in New Issue
Block a user