about summary refs log tree commit diff
path: root/Src
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@gmail.com>2014-12-08 17:00:35 +0100
committerMikael Magnusson <mikachu@gmail.com>2014-12-08 17:00:35 +0100
commitb2d45e46fa2119e4cd30b9961d002a4a561a72ed (patch)
tree762db3d640efb72f71959a84de9f6fe8be434dd6 /Src
parent0f05b5f05ad905711d180ef965dd6b245941bade (diff)
downloadzsh-b2d45e46fa2119e4cd30b9961d002a4a561a72ed.tar.gz
zsh-b2d45e46fa2119e4cd30b9961d002a4a561a72ed.tar.xz
zsh-b2d45e46fa2119e4cd30b9961d002a4a561a72ed.zip
Fix typos for TRY_BLOCK_INTERRUPT
Diffstat (limited to 'Src')
-rw-r--r--Src/loop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/loop.c b/Src/loop.c
index 4daa60591..8bb1ec9dd 100644
--- a/Src/loop.c
+++ b/Src/loop.c
@@ -634,7 +634,7 @@ zlong
 try_errflag = -1;
 
 /**
- * Corrresponding interrupt error status form `try' block.
+ * Corresponding interrupt error status form `try' block.
  */
 
 /**/