From bcfc6f0c57f9d4ce4343cbb6ee0f0ab8de56c789 Mon Sep 17 00:00:00 2001 From: Linus Groh Date: Fri, 2 Oct 2020 22:14:37 +0100 Subject: Everywhere: Fix more typos --- Documentation/CodingStyle.md | 2 +- Documentation/NotesOnWSL.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'Documentation') diff --git a/Documentation/CodingStyle.md b/Documentation/CodingStyle.md index be3cb373db..cccec91033 100644 --- a/Documentation/CodingStyle.md +++ b/Documentation/CodingStyle.md @@ -493,7 +493,7 @@ UniqueObject& my_unique_object(); // Free function. ### Comments -[](#comments-sentences) Make comments look like sentences by starting with a capital letter and ending with a period (punctation). One exception may be end of line comments like this `if (x == y) // false for NaN`. +[](#comments-sentences) Make comments look like sentences by starting with a capital letter and ending with a period (punctuation). One exception may be end of line comments like this `if (x == y) // false for NaN`. [](#comments-fixme) Use FIXME: (without attribution) to denote items that need to be addressed in the future. diff --git a/Documentation/NotesOnWSL.md b/Documentation/NotesOnWSL.md index a138ef0164..9166c98dfd 100644 --- a/Documentation/NotesOnWSL.md +++ b/Documentation/NotesOnWSL.md @@ -69,7 +69,7 @@ To run SerenityOS in a WHPX-enabled QEMU VM: WSL2 filesystem performance for IO heavy tasks (such as compiling a large C++ project) on the host Windows filesystem is terrible. This is because WSL2 runs as a Hyper-V virtual machine and uses the 9P file system protocol to access host windows files, over Hyper-V sockets. -For a more in depth explaination of the technical limitations of their approach, see [this issue on the WSL github](https://github.com/microsoft/WSL/issues/4197#issuecomment-604592340) +For a more in depth explanation of the technical limitations of their approach, see [this issue on the WSL github](https://github.com/microsoft/WSL/issues/4197#issuecomment-604592340) The recommendation from the Microsoft team on that issue is: -- cgit v1.2.3