Remove/modify C backend references from LLVM documentation.
[oota-llvm.git] / docs / HistoricalNotes / 2001-02-06-TypeNotationDebateResp4.txt
index 7b9032742a2715aa820a9e3f1c6ff44c3cd6cd76..839732444f939f39676c9458dabd74a65bc9b15a 100644 (file)
@@ -39,7 +39,7 @@ declaration and calling syntax.
 
 Very true.  If you're implementing an object oriented language, however,
 remember that you have to do all the pointer to member function stuff
-yourself.... so everytime you invoke a virtual method one is involved
+yourself.... so every time you invoke a virtual method one is involved
 (instead of having C++ hide it for you behind "syntactic sugar").
 
 > And the old array syntax: