From 5e8d5f01b0fe87a6c649bd3a9f1534228b93423d Mon Sep 17 00:00:00 2001 From: Roland Levillain Date: Tue, 18 Oct 2016 18:03:43 +0100 Subject: Fix some typos in ART. Test: m build-art-host Test: m cpplint-art Change-Id: Ifc6ce3d0d645c4a8dca72dd483fc03fc05077130 --- runtime/gc/reference_processor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/gc/reference_processor.h') diff --git a/runtime/gc/reference_processor.h b/runtime/gc/reference_processor.h index b15544d549..38b68cbbe8 100644 --- a/runtime/gc/reference_processor.h +++ b/runtime/gc/reference_processor.h @@ -42,7 +42,7 @@ class GarbageCollector; class Heap; -// Used to process java.lang.References concurrently or paused. +// Used to process java.lang.ref.Reference instances concurrently or paused. class ReferenceProcessor { public: explicit ReferenceProcessor(); -- cgit v1.2.3-59-g8ed1b