summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorHenry Zhu <henryzhu@seas.upenn.edu>2018-07-16 14:54:29 +0000
committerHenry Zhu <henryzhu@seas.upenn.edu>2018-07-16 14:54:29 +0000
commit470c007a35d1ead76e2e52c262227228042178df (patch)
treefc99ec7dd1a584ce7498a5b97ed155ccfab53af6 /lib
parent79e8f0553763406c5767f071a78d3ed5bff066af (diff)
Test commit
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@337176 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/xray/xray_basic_logging.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/xray/xray_basic_logging.cc b/lib/xray/xray_basic_logging.cc
index 266615aa6..585ca641c 100644
--- a/lib/xray/xray_basic_logging.cc
+++ b/lib/xray/xray_basic_logging.cc
@@ -271,7 +271,7 @@ void InMemoryRawLogWithArg(int32_t FuncId, XRayEntryType Type, uint64_t Arg1,
if (!G)
return;
- // And from here on write the arg payload.
+ // And, from here on write the arg payload.
XRayArgPayload R;
R.RecordType = RecordTypes::ARG_PAYLOAD;
R.FuncId = FuncId;