fix typos in comments
This commit is contained in:
parent
581f02d6f8
commit
e4dc27a2b8
|
@ -916,7 +916,7 @@ END_XFORM_SKIP;
|
|||
|
||||
/* Like regular glue mode, but only for the string operations.
|
||||
|
||||
It may seem strage to resort to a MinGW-compiled DLL to implement
|
||||
It may seem strange to resort to a MinGW-compiled DLL to implement
|
||||
functionality when compiling with MinGW, but the MinGW version has
|
||||
to be recent enough to get __mingw_sscanf, so we do things this
|
||||
way to allow building with older MinGWs (such as the default MinGW
|
||||
|
|
|
@ -68,7 +68,7 @@
|
|||
(hash-ref (linklet-bundle->hash (hash-ref (linklet-directory->hash data-ld) #f)) 0)
|
||||
ns)))]
|
||||
[else
|
||||
;; No shared data? Strage, but we can carry on, anyway:
|
||||
;; No shared data? Strange, but we can carry on, anyway:
|
||||
(eval-compiled-parts (compiled-top->compiled-tops c))]))
|
||||
|
||||
(define (eval-one-top c ns [as-tail? #t]
|
||||
|
|
Loading…
Reference in New Issue
Block a user