1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 01:57:45 +00:00

Documentation: Correct some typos found in kernel markdown files

This commit is contained in:
Annie Song 2023-05-05 03:18:15 -04:00 committed by Sam Atkins
parent 8eaf28b4ce
commit cbdb5f926c
4 changed files with 4 additions and 4 deletions

View file

@ -20,7 +20,7 @@ with very small overhead until actual IO is performed.
Currently, the `/tmp` directory is the **place** for facilitating the inter-process
communication layer, with many Unix sockets nodes being present in the directory.
Many test suites in the project leverage the `/tmp` for placing their test files
Many test suites in the project leverage `/tmp` for placing their test files
when trying to check the correctness of many system-related functionality.
Other programs rely on `/tmp` for placing their temporary files to properly function.