From c725d78e2414c346c28945bbfc938b768a763d6f Mon Sep 17 00:00:00 2001 From: JoelKatz Date: Mon, 12 Nov 2012 14:17:35 -0800 Subject: [PATCH] Trivial change to force push. --- src/cpp/ripple/TaggedCache.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cpp/ripple/TaggedCache.h b/src/cpp/ripple/TaggedCache.h index fa3c6541a..1c334c166 100644 --- a/src/cpp/ripple/TaggedCache.h +++ b/src/cpp/ripple/TaggedCache.h @@ -12,7 +12,7 @@ #include "Log.h" 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 // with the same tag to get the same actual object.