X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=lib%2Fstackdepot.c;h=0a2e417f83cbae313d4800628c5323b89e8fcec1;hb=a7a9d11e12fcc32160d55e8612e72e5ab51b15dc;hp=df9179f4f441487332eb1fc090771d79044219a7;hpb=c54b245d011855ea91c5beff07f1db74143ce614;p=linux-2.6-microblaze.git diff --git a/lib/stackdepot.c b/lib/stackdepot.c index df9179f4f441..0a2e417f83cb 100644 --- a/lib/stackdepot.c +++ b/lib/stackdepot.c @@ -11,7 +11,7 @@ * Instead, stack depot maintains a hashtable of unique stacktraces. Since alloc * and free stacks repeat a lot, we save about 100x space. * Stacks are never removed from depot, so we store them contiguously one after - * another in a contiguos memory allocation. + * another in a contiguous memory allocation. * * Author: Alexander Potapenko * Copyright (C) 2016 Google, Inc.