From e6e25c950754099c762205af3090d73841f18f9d Mon Sep 17 00:00:00 2001 From: Igor Vuk Date: Thu, 6 Jul 2017 20:43:14 +0200 Subject: [PATCH] Fix typos in README.md --- contrib/linux-kernel/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/linux-kernel/README.md b/contrib/linux-kernel/README.md index 214c520b..1b58304f 100644 --- a/contrib/linux-kernel/README.md +++ b/contrib/linux-kernel/README.md @@ -5,7 +5,7 @@ The patches are based off of the linux kernel master branch (version 4.10). ## xxHash kernel module -* The patch is locaed in `xxhash.diff`. +* The patch is located in `xxhash.diff`. * The header is in `include/linux/xxhash.h`. * The source is in `lib/xxhash.c`. * `test/XXHashUserLandTest.cpp` contains tests for the patch in userland by mocking the kernel headers. @@ -18,7 +18,7 @@ The patches are based off of the linux kernel master branch (version 4.10). ## Zstd Kernel modules -* The (large) patch is locaed in `zstd.diff`, which depends on `xxhash.diff`. +* The (large) patch is located in `zstd.diff`, which depends on `xxhash.diff`. * The header is in `include/linux/zstd.h`. * It is split up into `zstd_compress` and `zstd_decompress`, which can be loaded independently. * Source files are in `lib/zstd/`.