summaryrefslogtreecommitdiff
path: root/scaddins/source/pricing/black_scholes.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'scaddins/source/pricing/black_scholes.hxx')
-rw-r--r--scaddins/source/pricing/black_scholes.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/scaddins/source/pricing/black_scholes.hxx b/scaddins/source/pricing/black_scholes.hxx
index c42ba182a757..cdcb20b84182 100644
--- a/scaddins/source/pricing/black_scholes.hxx
+++ b/scaddins/source/pricing/black_scholes.hxx
@@ -130,7 +130,7 @@ double prob_hit(double S, double vol, double mu,
// probability of being in-the-money, ie payoff is greater zero,
-// assuming payoff(S_T) > 0 if S_T in [B1, B2]
+// assuming payoff(S_T) > 0 iff S_T in [B1, B2]
double prob_in_money(double S, double vol, double mu,
double tau, double B1, double B2);
double prob_in_money(double S, double vol, double mu,