commit | e84278b035c8a48f6032ef98fae008d875fba7a4 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Thu Mar 22 10:06:53 2012 -0700 |
committer | Elliott Hughes <enh@google.com> | Thu Mar 22 10:06:53 2012 -0700 |
tree | 899db76267f361ead832a9a59160848961849df8 | |
parent | 3a71160a8ca468bbf80c57e49c3450a7807c4c52 [diff] [blame] |
Stop saying "clazz". Change-Id: I569a3d29f6a394ee40e6dbdb8f76ae9a60348b65
diff --git a/src/object.cc b/src/object.cc index 979c79a..13e4732 100644 --- a/src/object.cc +++ b/src/object.cc
@@ -830,7 +830,7 @@ return false; } -// Determine whether "this" is assignable from "klazz", where both of these +// Determine whether "this" is assignable from "src", where both of these // are array classes. // // Consider an array class, e.g. Y[][], where Y is a subclass of X.