summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Markgraf <steve@steve-m.de>2011-01-08 20:58:25 +0100
committerSteve Markgraf <steve@steve-m.de>2011-01-08 20:58:25 +0100
commit579edab27ab0d2e8980d59d86f862904def7df90 (patch)
tree0f66abcef0dfcd3d5379a73d0835920c813e72c9
parent0e130bf467923ddaff6000aa43747e88a6d3e00f (diff)
documentation: fix some typos
Thanks to Thomas Waldmann who provided this patch Signed-off-by: Steve Markgraf <steve@steve-m.de>
-rw-r--r--src/README.building4
-rw-r--r--src/README.development8
2 files changed, 6 insertions, 6 deletions
diff --git a/src/README.building b/src/README.building
index a871c7f0..328c9ed7 100644
--- a/src/README.building
+++ b/src/README.building
@@ -3,7 +3,7 @@
=== Prerequisites ===
We assume you are building on a GNU/Linux host system such as Debian
-GNU/Linux. Builds have been reported successfully using MacOS X
+GNU/Linux. Successful builds have also been reported using MacOS X
and the Cygwin environment for MS Windows, but we do not officially support
this.
@@ -13,7 +13,7 @@ this.
=== Details ===
-The master Makefile will build
+The master Makefile will build:
* libosmocore for the host (x86 or whatever you use)
* libosmocore for the target (ARM)
diff --git a/src/README.development b/src/README.development
index 2e55f312..1963b5a4 100644
--- a/src/README.development
+++ b/src/README.development
@@ -6,7 +6,7 @@ mailing list - Free Software is all about sharing.
== Coding Style ==
-Lie all C language Osmocom projects, we use the Linux Kernel coding
+Like all C language Osmocom projects, we use the Linux Kernel coding
style, you can find it in the Documentation/CodingStyle subdirectory
of any Linux Kernel source.
@@ -21,7 +21,7 @@ to ask the baseband-devel@lists.osmocom.org mailing list.
=== src/shared/libosmocore ===
-is a library of various utility routines, including linked lists,
+This is a library of various utility routines, including linked lists,
message buffers, bit-vectors, memory allocator, signals, select loop
handling, timers - as well as some more specifically GSM related things
like a TLV parser, a Comp128V1 implementation and utility functions for
@@ -51,7 +51,7 @@ written with some idea of modularity in mind, i.e. we have
* RF Mixer code in rf/
* Layer1 code in layer1/
* NOR flash handling in flash/
- * LCD display handlin in display/
+ * LCD display handling in display/
* minimal C-Library code in lib/
* communications utility routines in comm/
* Board (phone model/family) specific code in board/
@@ -63,7 +63,7 @@ written with some idea of modularity in mind, i.e. we have
=== src/target_dsp/calypso ===
This is where we keep some (assembly) code that we wrote for
-the DSP that is part of the Caylypso DBB.
+the DSP that is part of the Calypso DBB.
=== src/host/layer23 ===