From ee0368b462a30d39b3a5723fa32dd42f52e946f9 Mon Sep 17 00:00:00 2001 From: Bob Burger Date: Thu, 13 Apr 2017 12:48:36 -0400 Subject: [PATCH] accross => across in csug/system.stex original commit: 37b84d9c6085d818ff993b4acc97746762997330 --- csug/system.stex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.