x86/boot: Add missing file header comments
[deliverable/linux.git] / arch / x86 / boot / compressed / kaslr.c
index f5a138c3fe96bf93490dab047d193d507b551518..f15d7b8d1b162e2e4fa208558b15d767305e02f7 100644 (file)
@@ -163,7 +163,7 @@ static bool mem_overlaps(struct mem_vector *one, struct mem_vector *two)
  * memory ranges lead to really hard to debug boot failures.
  *
  * The initrd, cmdline, and boot_params are trivial to identify for
- * avoiding. The are MEM_AVOID_INITRD, MEM_AVOID_CMDLINE, and
+ * avoiding. They are MEM_AVOID_INITRD, MEM_AVOID_CMDLINE, and
  * MEM_AVOID_BOOTPARAMS respectively below.
  *
  * What is not obvious how to avoid is the range of memory that is used
This page took 0.024147 seconds and 5 git commands to generate.