diff options
author | Ricardo de Almeida Gonzaga <ricardo.gonzaga@intel.com> | 2016-10-20 16:26:59 +0200 |
---|---|---|
committer | Ricardo de Almeida Gonzaga <ricardo.gonzaga@intel.com> | 2016-10-20 16:26:59 +0200 |
commit | 13d46f6820f231fe245eabdd95c7e70c5b3bb023 (patch) | |
tree | fa2cf9ff34820635fcea6a48679547f40c58bd17 /src/common/logging | |
parent | Merge pull request #2024 from JamePeng/update-boss-code (diff) | |
download | yuzu-13d46f6820f231fe245eabdd95c7e70c5b3bb023.tar yuzu-13d46f6820f231fe245eabdd95c7e70c5b3bb023.tar.gz yuzu-13d46f6820f231fe245eabdd95c7e70c5b3bb023.tar.bz2 yuzu-13d46f6820f231fe245eabdd95c7e70c5b3bb023.tar.lz yuzu-13d46f6820f231fe245eabdd95c7e70c5b3bb023.tar.xz yuzu-13d46f6820f231fe245eabdd95c7e70c5b3bb023.tar.zst yuzu-13d46f6820f231fe245eabdd95c7e70c5b3bb023.zip |
Diffstat (limited to 'src/common/logging')
-rw-r--r-- | src/common/logging/text_formatter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/logging/text_formatter.h b/src/common/logging/text_formatter.h index 0da102bc6..749268310 100644 --- a/src/common/logging/text_formatter.h +++ b/src/common/logging/text_formatter.h @@ -17,7 +17,7 @@ struct Entry; * * @param path The input file path as a null-terminated string * @param root The name of the root source directory as a null-terminated string. Path up to and - * including the last occurence of this name will be stripped + * including the last occurrence of this name will be stripped * @return A pointer to the same string passed as `path`, but starting at the trimmed portion */ const char* TrimSourcePath(const char* path, const char* root = "src"); |