[llvm] r299616 - [XRay] - Fix spelling error to test commit access.

Keith Wyss via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 5 20:32:01 PDT 2017


Author: kpw
Date: Wed Apr  5 22:32:01 2017
New Revision: 299616

URL: http://llvm.org/viewvc/llvm-project?rev=299616&view=rev
Log:
[XRay] - Fix spelling error to test commit access.

Just a spelling change in a comment intended to test svn commit access.

Modified:
    llvm/trunk/lib/XRay/Trace.cpp

Modified: llvm/trunk/lib/XRay/Trace.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/XRay/Trace.cpp?rev=299616&r1=299615&r2=299616&view=diff
==============================================================================
--- llvm/trunk/lib/XRay/Trace.cpp (original)
+++ llvm/trunk/lib/XRay/Trace.cpp Wed Apr  5 22:32:01 2017
@@ -213,7 +213,7 @@ Error processFDRWallTimeRecord(FDRState
 }
 
 /// Advances the state machine for reading the FDR record type by reading one
-/// Metadata Record and updating the State approriately based on the kind of
+/// Metadata Record and updating the State appropriately based on the kind of
 /// record encountered. The RecordKind is encoded in the first byte of the
 /// Record, which the caller should pass in because they have already read it
 /// to determine that this is a metadata record as opposed to a function record.




More information about the llvm-commits mailing list