summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/tools/xray_to_optrack/xray_to_optrack.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/tools/xray_to_optrack/xray_to_optrack.cxx')
-rw-r--r--src/third_party/wiredtiger/tools/xray_to_optrack/xray_to_optrack.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/third_party/wiredtiger/tools/xray_to_optrack/xray_to_optrack.cxx b/src/third_party/wiredtiger/tools/xray_to_optrack/xray_to_optrack.cxx
index 856c72a01c6..39d868837a1 100644
--- a/src/third_party/wiredtiger/tools/xray_to_optrack/xray_to_optrack.cxx
+++ b/src/third_party/wiredtiger/tools/xray_to_optrack/xray_to_optrack.cxx
@@ -79,7 +79,7 @@ write_optrack_record(std::ofstream &os, int record_type, const std::string &func
/*
* symbolize_func_id --
- * Symbolize the full function name for a given XRay function id.
+ * Symbolize the full function name for a given XRay function id.
*/
static llvm::Expected<std::string>
symbolize_func_id(uint32_t func_id, const std::string &instr_map,