Skip to content

Commit

Permalink
Fixed some typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephanvs authored Mar 8, 2017
1 parent 0e73e13 commit fcdd71d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Docs/Directories.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ This directory contains the basic Cosmos demo project, it's a simple guess-the-n

### \Docs

This direcotry contains the Cosmos documentation that you're currently reading.
This directory contains the Cosmos documentation that you're currently reading.

### \QA

Expand All @@ -38,15 +38,15 @@ This directory contains all the scripts and languages to build the Cosmos User K

### \Source

This directory contains all the code of the Cosmos project. You will spend most of your time here, including the Compiler, Installer, Debugger and the main features of Cosmos. It's contains unused code, the solution file of Cosmos and some support libraries.
This directory contains all the code of the Cosmos project. You will spend most of your time here, including the Compiler, Installer, Debugger and the main features of Cosmos. It contains unused code, the solution file of Cosmos and some support libraries.

#### \Source\Cosmos.Assembler

This directory contains the Cosmos assembler, the thing that writes generated assembly code in the kernel file.

#### \Source\Cosmos.Build

This directory contains any code related to the building process of Cosmos with the exception of
This directory contains code related to the building process of Cosmos with the exception of
IL2CPU which is however executed from here, it's contains code for executing ld,
nasm, makeiso, MSBuild, and others.

Expand Down

0 comments on commit fcdd71d

Please sign in to comment.