summaryrefslogtreecommitdiff
path: root/gemfeed/2016-11-20-object-oriented-programming-with-ansi-c.gmi
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2022-01-30 13:22:20 +0000
committerPaul Buetow <paul@buetow.org>2022-01-30 13:22:20 +0000
commitda4b4d508b7598ba47a2888c3fed3e48b7cd7bf4 (patch)
tree739189d3dfb2f61b819e30fad29c5aab5c5078b8 /gemfeed/2016-11-20-object-oriented-programming-with-ansi-c.gmi
parenteb58895b714d85e52cdd32ad0b134ca417e92749 (diff)
fixing typos
Diffstat (limited to 'gemfeed/2016-11-20-object-oriented-programming-with-ansi-c.gmi')
-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!