diff --git a/racket/src/expander/syntax/binding-table.rkt b/racket/src/expander/syntax/binding-table.rkt index 9894db4497..85d01894d2 100644 --- a/racket/src/expander/syntax/binding-table.rkt +++ b/racket/src/expander/syntax/binding-table.rkt @@ -65,7 +65,7 @@ (ser-push! (bulk-binding-at-bulk bba))) #:property prop:reach-scopes (lambda (sms reach) - ;; bulk bindings are pruned dependong on whether all scopes + ;; bulk bindings are pruned depending on whether all scopes ;; in `scopes` are reachable, and we shouldn't get here ;; when looking for scopes (error "shouldn't get here"))