From 8d4ee4a34c55a82347d2e426500f903e611e6521 Mon Sep 17 00:00:00 2001 From: Ray Greenwell Date: Tue, 13 Jul 2004 16:15:26 +0000 Subject: [PATCH] Fixed comment typo. --- src/java/com/threerings/getdown/data/Resource.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/java/com/threerings/getdown/data/Resource.java b/src/java/com/threerings/getdown/data/Resource.java index e666e5e..4d4174a 100644 --- a/src/java/com/threerings/getdown/data/Resource.java +++ b/src/java/com/threerings/getdown/data/Resource.java @@ -1,5 +1,5 @@ // -// $Id: Resource.java,v 1.7 2004/07/13 10:39:37 mdb Exp $ +// $Id: Resource.java,v 1.8 2004/07/13 16:15:26 ray Exp $ package com.threerings.getdown.data; @@ -58,7 +58,7 @@ public class Resource /** * Computes the MD5 hash of this resource's underlying file. - * Note: This is both CPU and I/O intensive. + * Note: This is both CPU and I/O intensive. */ public String computeDigest (MessageDigest md) throws IOException