Fix cpplint issue.
Change-Id: I57f70381b005a3601bba1ab4d646e974860af1c4
diff --git a/runtime/mirror/class.h b/runtime/mirror/class.h
index 4a53619..a1097b4 100644
--- a/runtime/mirror/class.h
+++ b/runtime/mirror/class.h
@@ -139,7 +139,7 @@
//
// TODO: Explain the other states
enum Status {
- kStatusRetired = -2, // Retired, should not be used. Use the newly cloned one instead.
+ kStatusRetired = -2, // Retired, should not be used. Use the newly cloned one instead.
kStatusError = -1,
kStatusNotReady = 0,
kStatusIdx = 1, // Loaded, DEX idx in super_class_type_idx_ and interfaces_type_idx_.