From 56e7b147adc4404419b6295d25bc0ed179f6d889 Mon Sep 17 00:00:00 2001
From: Daniel Shahaf <d.s@daniel.shahaf.name>
Date: Thu, 15 Dec 2022 21:35:21 +0000
Subject: [PATCH] unposted: Follow-up to the last commit: Fix a typo in a
 comment.

---
 ChangeLog | 3 +++
 Src/zsh.h | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index bcf50f80c..b0c3f79cb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2022-12-15  Daniel Shahaf  <d.s@daniel.shahaf.name>
 
+	* unposted: Src/zsh.h: Follow-up to the last commit: Fix a typo
+	in a comment.
+
 	* unposted: Src/zsh.h: lextok: Add an explanatory comment with
 	a cross-reference.
 
diff --git a/Src/zsh.h b/Src/zsh.h
index b7eb39804..6f68df6a4 100644
--- a/Src/zsh.h
+++ b/Src/zsh.h
@@ -311,7 +311,7 @@ enum {
  * appear in strings and don't necessarily represent a single character.
  *
  * See Src/lex.c:tokstrings[] for hints on what these mean.  Note that
- * SEPER or SEMI are both stringified as ";"./
+ * SEPER or SEMI are both stringified as ";".
  */
 
 enum lextok {