1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-11-05 04:30:38 +03:00

Fix a typo in a requirements mark comment. No changes to code.

FossilOrigin-Name: e5a439cfa5c921187e4aa7050832ec2660fba13d
This commit is contained in:
drh
2013-10-16 23:58:21 +00:00
parent 14285b7067
commit b32652601c
3 changed files with 9 additions and 9 deletions

View File

@@ -709,7 +709,7 @@ static int resolveExprStep(Walker *pWalker, Expr *pExpr){
}else{
/* EVIDENCE-OF: R-61304-29449 The unlikely(X) function is equivalent to
** likelihood(X, 0.0625).
** EVIDENCE-OF: R-35738-39582 The unlikely(X) fucntion is short-hand for
** EVIDENCE-OF: R-01283-11636 The unlikely(X) function is short-hand for
** likelihood(X,0.0625). */
pExpr->iTable = 62; /* TUNING: Default 2nd arg to unlikely() is 0.0625 */
}