From 3368f9039bb429e0a0f41377442d422c7f30f54d Mon Sep 17 00:00:00 2001 From: castano Date: Tue, 24 Jun 2008 21:47:47 +0000 Subject: [PATCH] Fix embarrasing typo. --- src/nvcore/StrLib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nvcore/StrLib.h b/src/nvcore/StrLib.h index ac383d3..f193304 100644 --- a/src/nvcore/StrLib.h +++ b/src/nvcore/StrLib.h @@ -14,7 +14,7 @@ namespace nv uint strHash(const char * str, uint h) NV_PURE; - /// String hash vased on Bernstein's hash. + /// String hash based on Bernstein's hash. inline uint strHash(const char * data, uint h = 5381) { uint i;