chiark / gitweb /
doc/concepts.tex: Apparently `aging' is predominantly a US spelling.
authorMark Wooding <mdw@distorted.org.uk>
Tue, 23 Jun 2020 09:15:30 +0000 (10:15 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Fri, 4 Jun 2021 18:54:59 +0000 (19:54 +0100)
doc/concepts.tex

index c4bcf61e8bd90c222d3c3ac9a49644f71b512709..0533a682bfc8161ec119a7a914d0a4a4e4b36cf3 100644 (file)
@@ -537,7 +537,7 @@ Keyword arguments can be provided in three ways.
 \end{enumerate}
 
 Perhaps surprisingly, keyword arguments have a relatively small performance
-impact.  On the author's aging laptop, a call to a simple function, passing
+impact.  On the author's ageing laptop, a call to a simple function, passing
 two out of three keyword arguments, takes about 30 cycles longer than calling
 a standard function which just takes integer arguments.  On the other hand,
 quite a lot of code is involved in decoding keyword arguments, so code size