summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2016-10-01 18:30:30 -0700
committerKaz Kylheku <kaz@kylheku.com>2016-10-01 18:30:30 -0700
commitb0373ccae1b6c9e8955a00de0d37e584c6f6c210 (patch)
tree84632ffe2c7e444e87cf8d391c10e823a2e6a9c0
parent2ecbc020c09cd72483e139ebdc919995a29ce7fd (diff)
downloadtxr-b0373ccae1b6c9e8955a00de0d37e584c6f6c210.tar.gz
txr-b0373ccae1b6c9e8955a00de0d37e584c6f6c210.tar.bz2
txr-b0373ccae1b6c9e8955a00de0d37e584c6f6c210.zip
doc: two "a any" typos.
* txr.1: fix one "a any" in structs and one in notes on exotic regexes.
-rw-r--r--txr.14
1 files changed, 2 insertions, 2 deletions
diff --git a/txr.1 b/txr.1
index 42f986e7..4ff4f74e 100644
--- a/txr.1
+++ b/txr.1
@@ -19844,7 +19844,7 @@ macro.
Structure types have a name, which is a symbol. The
.code typeof
-function, when applied to a any struct type, returns the symbol
+function, when applied to any struct type, returns the symbol
.codn struct-type .
When
.code typeof
@@ -47306,7 +47306,7 @@ revise to this:
([^*]|[*][^*/])*
.cble
-(The interior of a C language comment is a any
+(The interior of a C language comment is any
mixture of zero or more non-asterisks, or digraphs consisting of an asterisk
followed by something other than a slash or another asterisk). Oops, now we
have a problem again. What if two asterisks occur in a comment? They are not