[torque] Fix typo in class definitions (week -> weak)

R=sigurds@chromium.org

Bug: v8:8952
Change-Id: I93a9a136e83510a92cd38b2bb16d0965be95110a
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1538483
Commit-Queue: Sigurd Schneider <sigurds@chromium.org>
Reviewed-by: Sigurd Schneider <sigurds@chromium.org>
Cr-Commit-Position: refs/heads/master@{#60469}
This commit is contained in:
Simon Zünd 2019-03-25 10:33:05 -07:00 committed by Commit Bot
parent 42127d825f
commit 44290e04d0

View File

@ -231,8 +231,8 @@ type JSModuleNamespace extends JSObject;
type WeakArrayList extends HeapObject;
extern class JSWeakCollection extends JSObject { table: Object; }
extern class JSWeekSet extends JSWeakCollection {}
extern class JSWeekMap extends JSWeakCollection {}
extern class JSWeakSet extends JSWeakCollection {}
extern class JSWeakMap extends JSWeakCollection {}
extern class JSCollectionIterator extends JSObject {
table: Object;