From a9409d470bcd00f5856c85ca3395f4882e6637b2 Mon Sep 17 00:00:00 2001 From: yuawn Date: Wed, 17 Aug 2022 13:11:21 +0000 Subject: docs: fix syntax --- docs/syscall_descriptions_syntax.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/syscall_descriptions_syntax.md') diff --git a/docs/syscall_descriptions_syntax.md b/docs/syscall_descriptions_syntax.md index e2e2e2a17..29bfd7edd 100644 --- a/docs/syscall_descriptions_syntax.md +++ b/docs/syscall_descriptions_syntax.md @@ -405,7 +405,7 @@ Though, `syz-extract` can still be invoked manually on this file. meta arches["arch1", "arch2"] ``` Restricts this file only to the given set of architectures. -`make extract` and ``make generate` will not use it on other architectures. +`make extract` and `make generate` will not use it on other architectures. ## Misc -- cgit mrf-deployment