summaryrefslogtreecommitdiff
path: root/Src/zsh.h
diff options
context:
space:
mode:
authorDaniel Shahaf <d.s@daniel.shahaf.name>2022-12-15 21:35:21 +0000
committerDaniel Shahaf <d.s@daniel.shahaf.name>2022-12-15 21:35:45 +0000
commit56e7b147adc4404419b6295d25bc0ed179f6d889 (patch)
tree2b677b3ea3d3f0ec3634b86c11f06e95127aa4c7 /Src/zsh.h
parent5c9713603d571fd228efc4c25c0efc9064d95a87 (diff)
downloadzsh-56e7b147adc4404419b6295d25bc0ed179f6d889.tar.gz
zsh-56e7b147adc4404419b6295d25bc0ed179f6d889.zip
unposted: Follow-up to the last commit: Fix a typo in a comment.
Diffstat (limited to 'Src/zsh.h')
-rw-r--r--Src/zsh.h2
1 files changed, 1 insertions, 1 deletions
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 {