summaryrefslogtreecommitdiff
path: root/gemfeed
diff options
context:
space:
mode:
Diffstat (limited to 'gemfeed')
-rw-r--r--gemfeed/2016-11-20-object-oriented-programming-with-ansi-c.gmi4
1 files changed, 2 insertions, 2 deletions
diff --git a/gemfeed/2016-11-20-object-oriented-programming-with-ansi-c.gmi b/gemfeed/2016-11-20-object-oriented-programming-with-ansi-c.gmi
index 4af65381..b320e4ca 100644
--- a/gemfeed/2016-11-20-object-oriented-programming-with-ansi-c.gmi
+++ b/gemfeed/2016-11-20-object-oriented-programming-with-ansi-c.gmi
@@ -84,7 +84,7 @@ However, that's not really how it works in object-oriented languages such as Jav
mult.calculate(mult,a,b));
```
-## Real object oriented proramming with C
+## Real object oriented programming with C
If you want to take it further, hit "Object-Oriented Programming with ANSI-C" into your favourite internet search engine or follow the link below. It goes as far as writing a C preprocessor in AWK, which takes some object-oriented pseudo-C and transforms it to plain C so that the C compiler can compile it to machine code. This is similar to how the C++ language had its origins.
@@ -96,7 +96,7 @@ Big C software projects, like Linux, also follow some OOP techniques:
=> https://lwn.net/Articles/444910/
-C is a very old programming lanuage with it's quirks. This might be one of the reasons why Linux will also let Rust code in.
+C is a very old programming language with it's quirks. This might be one of the reasons why Linux will also let Rust code in.
E-Mail me your comments to paul at buetow dot org!