diff --git a/csug/system.stex b/csug/system.stex index abb1ce7b26..33bd4c7f65 100644 --- a/csug/system.stex +++ b/csug/system.stex @@ -1330,7 +1330,7 @@ and requirements of libraries to be loaded at run time, \scheme{compile-whole-program} discards unused code and optimizes across program and library boundaries, potentially reducing program load time, run time, and memory requirements. -Some optimization also occurs even accross the boundaries of libraries +Some optimization also occurs even across the boundaries of libraries that are not incorporated into the output, though this optimization is limited in nature.