]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blobdiff - lib/stackdepot.c
Merge tag 'block-5.14-2021-07-30' of git://git.kernel.dk/linux-block
[mirror_ubuntu-jammy-kernel.git] / lib / stackdepot.c
index df9179f4f441487332eb1fc090771d79044219a7..0a2e417f83cbae313d4800628c5323b89e8fcec1 100644 (file)
@@ -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 <glider@google.com>
  * Copyright (C) 2016 Google, Inc.