summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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