summaryrefslogtreecommitdiffstats
path: root/src/README.development
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 /src/README.development
parent0e130bf467923ddaff6000aa43747e88a6d3e00f (diff)
documentation: fix some typos
Thanks to Thomas Waldmann who provided this patch Signed-off-by: Steve Markgraf <steve@steve-m.de>
Diffstat (limited to 'src/README.development')
-rw-r--r--src/README.development8
1 files changed, 4 insertions, 4 deletions
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 ===