summaryrefslogtreecommitdiff
path: root/src/common/logging/text_formatter.h
diff options
context:
space:
mode:
authorGravatar wwylele2016-10-21 11:35:47 +0800
committerGravatar GitHub2016-10-21 11:35:47 +0800
commit8b367777319b4fc14c7a9af6b91e07702cbb8742 (patch)
treefa2cf9ff34820635fcea6a48679547f40c58bd17 /src/common/logging/text_formatter.h
parentMerge pull request #2024 from JamePeng/update-boss-code (diff)
parentFix typos (diff)
downloadyuzu-8b367777319b4fc14c7a9af6b91e07702cbb8742.tar.gz
yuzu-8b367777319b4fc14c7a9af6b91e07702cbb8742.tar.xz
yuzu-8b367777319b4fc14c7a9af6b91e07702cbb8742.zip
Merge pull request #2131 from ricardotk/typos
Fix typos
Diffstat (limited to '')
-rw-r--r--src/common/logging/text_formatter.h2
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;
17 * 17 *
18 * @param path The input file path as a null-terminated string 18 * @param path The input file path as a null-terminated string
19 * @param root The name of the root source directory as a null-terminated string. Path up to and 19 * @param root The name of the root source directory as a null-terminated string. Path up to and
20 * including the last occurence of this name will be stripped 20 * including the last occurrence of this name will be stripped
21 * @return A pointer to the same string passed as `path`, but starting at the trimmed portion 21 * @return A pointer to the same string passed as `path`, but starting at the trimmed portion
22 */ 22 */
23const char* TrimSourcePath(const char* path, const char* root = "src"); 23const char* TrimSourcePath(const char* path, const char* root = "src");