Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Util authored and jnthn committed Jan 23, 2011
1 parent b40d504 commit 4081240
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dotnet/runtime/Runtime/MultiDispatch/DispatchCache.cs
Expand Up @@ -17,7 +17,7 @@ namespace Rakudo.Runtime.MultiDispatch
/// to the maximum arity of things we cache, and also a limit to the
/// number of things cached per arity. We do random eviction on the
/// latter; things that get called a lot will quickly find their way
/// back into the cache, so probabalistically it should be reasonable.
/// back into the cache, so probabilistically it should be reasonable.
///
/// Additionally, this is implemented in a way that tries to keep things
/// contiguous in memory. We could do better in C I suspect, but this
Expand Down
Expand Up @@ -16,7 +16,7 @@
/// to the maximum arity of things we cache, and also a limit to the
/// number of things cached per arity. We do random eviction on the
/// latter; things that get called a lot will quickly find their way
/// back into the cache, so probabalistically it should be reasonable.
/// back into the cache, so probabilistically it should be reasonable.
///
/// Additionally, this is implemented in a way that tries to keep things
/// contiguous in memory. We could do better in C I suspect, but this
Expand Down

0 comments on commit 4081240

Please sign in to comment.