From aa091a1fe0f4bc0cebb5753c5e43c02223154271 Mon Sep 17 00:00:00 2001
From: Uma Das <61022623+CodeWithUma@users.noreply.github.com>
Date: Wed, 21 Sep 2022 16:57:53 +0530
Subject: [PATCH] Devops OS Concepts Typos Fixed (#1791)
---
.../102-devops/content/101-os-concepts/106-posix.md | 6 +++---
.../content/101-os-concepts/110-threads-concurrency.md | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/content/roadmaps/102-devops/content/101-os-concepts/106-posix.md b/content/roadmaps/102-devops/content/101-os-concepts/106-posix.md
index 75704a420..9774536e5 100644
--- a/content/roadmaps/102-devops/content/101-os-concepts/106-posix.md
+++ b/content/roadmaps/102-devops/content/101-os-concepts/106-posix.md
@@ -9,6 +9,6 @@ So, in this case, when we want to interact with any of these streams (through a
POSIX also adds a standard for exit codes, filesystem semantics, and several other command line utility API conventions.
Free Content
-Summary of some POSIX implementations
-A guide to POSIX
-POSIX standard by IEEE
+POSIX standard by IEEE
+Summary of some POSIX implementations
+A guide to POSIX
diff --git a/content/roadmaps/102-devops/content/101-os-concepts/110-threads-concurrency.md b/content/roadmaps/102-devops/content/101-os-concepts/110-threads-concurrency.md
index 25ea468f8..b69280781 100644
--- a/content/roadmaps/102-devops/content/101-os-concepts/110-threads-concurrency.md
+++ b/content/roadmaps/102-devops/content/101-os-concepts/110-threads-concurrency.md
@@ -9,7 +9,7 @@ Each thread has its own program counter, stack, and set of registers. But the th
* `join`
Free Content
-Process Synchronization
+Process Synchronization
What is Thread in OS?
Process vs Thread & Multi-Threading