Trivial change to force push.

This commit is contained in:
JoelKatz
2012-11-12 14:17:35 -08:00
parent 6f44577109
commit c725d78e24

View File

@@ -12,7 +12,7 @@
#include "Log.h" #include "Log.h"
extern LogPartition TaggedCachePartition; extern LogPartition TaggedCachePartition;
// This class implemented a cache and a map. The cache keeps objects alive // This class implements a cache and a map. The cache keeps objects alive
// in the map. The map allows multiple code paths that reference objects // in the map. The map allows multiple code paths that reference objects
// with the same tag to get the same actual object. // with the same tag to get the same actual object.