From daaa6a27c893a73c35fc3101b505e6887577454b Mon Sep 17 00:00:00 2001 From: Alice Ferrazzi Date: Wed, 11 Sep 2019 14:29:11 +0100 Subject: [PATCH] README: Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 167e2d9a..f14540ed 100644 --- a/README.md +++ b/README.md @@ -223,7 +223,7 @@ Options: ## Known issues and limitations - klp-ccp is largely untested -- klp-cpp hasn't support for directly operating on diffs yet. +- klp-ccp hasn't support for directly operating on diffs yet. - You'll notice that a lot of `CONFIG_` defines get emitted into the resulting live patch source. That's because klp-ccp would currently pull in headers only if some declaration is needed from them --