Biding -> Binding.

Closes PR13992.

original commit: 4453a4318c617857fcd0d1dddc75f573e0476c07
This commit is contained in:
Vincent St-Amour 2013-09-03 11:13:12 -04:00
parent 4a59299f58
commit f660f2c161

View File

@ -32,7 +32,7 @@
;; because no one uses the same name for different-phase exported
;; bindings.
;;
;; Formerly, we assumed that bidings are defined as originating from some
;; Formerly, we assumed that bindings are defined as originating from some
;; module at phase 0. [Maybe it's defined at phase 1 and re-exported
;; later for phase 0 (after a require-for-template), in which case the
;; re-exporting module is the one we find.] That assumption has been