aboutsummaryrefslogtreecommitdiffhomepage
path: root/exec.h
diff options
context:
space:
mode:
authorGravatar Cheer Xiao <xiaqqaix@gmail.com>2013-01-24 19:17:55 +0800
committerGravatar Cheer Xiao <xiaqqaix@gmail.com>2013-01-24 19:20:06 +0800
commit8f045b9ec580b95cf133c9d720b5f65c2499f924 (patch)
treec6d5dac44f2781b4ec5cc95c29fa9fea7b7138af /exec.h
parent2ea1c2be92366f744b416f6af7534de095d21e9c (diff)
Fix spelling: s/circut/circuit/g
Diffstat (limited to 'exec.h')
-rw-r--r--exec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/exec.h b/exec.h
index f437095b..5aa788c9 100644
--- a/exec.h
+++ b/exec.h
@@ -31,7 +31,7 @@
output of the builtin. This is surprisingly cheap on my computer,
probably because of the marvels of copy on write forking.
- This rule is short circuted in the case where a builtin does not
+ This rule is short circuited in the case where a builtin does not
output to a pipe and does in fact not output anything. The speed
improvement from this optimization is not noticable on a normal
computer/OS in regular use, but the promiscous amounts of forking