aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/private/GrAuditTrail.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/private/GrAuditTrail.h')
-rw-r--r--include/private/GrAuditTrail.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/private/GrAuditTrail.h b/include/private/GrAuditTrail.h
index 05f6fc5aca..c6175501e1 100644
--- a/include/private/GrAuditTrail.h
+++ b/include/private/GrAuditTrail.h
@@ -23,13 +23,13 @@ class GrOp;
* to json.
*
* Capturing this information is expensive and consumes a lot of memory, therefore it is important
- * to enable auditing only when required and disable it promptly. The AutoEnable class helps to
+ * to enable auditing only when required and disable it promptly. The AutoEnable class helps to
* ensure that the audit trail is disabled in a timely fashion. Once the information has been dealt
* with, be sure to call reset(), or the log will simply keep growing.
*/
class GrAuditTrail {
public:
- GrAuditTrail()
+ GrAuditTrail()
: fClientID(kGrAuditTrailInvalidID)
, fEnabled(false) {}