summaryrefslogtreecommitdiff
path: root/doc/user
diff options
context:
space:
mode:
authorStephen Pollard <spollard08@gmail.com>2015-05-02 09:58:56 -0600
committerStephen Pollard <spollard08@gmail.com>2015-05-02 09:58:56 -0600
commit4e40ce56615596a82461455a932377b657954962 (patch)
treef4e00806ac0069a27a582e19ce4f0a903a7e1571 /doc/user
parentabca4b0cb82ef9f412ad659a5ff062e193b214b0 (diff)
downloadscons-4e40ce56615596a82461455a932377b657954962.tar.gz
Fixed a sentence in libraries.xml in response to issue 2989.
Diffstat (limited to 'doc/user')
-rw-r--r--doc/user/libraries.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/libraries.xml b/doc/user/libraries.xml
index 626e9392..d7983c90 100644
--- a/doc/user/libraries.xml
+++ b/doc/user/libraries.xml
@@ -123,7 +123,7 @@ void f3() { printf("f3.c\n"); }
list of source files.
You can, however, also give the &b-link-Library; call
object files,
- and it will correctly realize
+ and it will correctly realize they are object files.
In fact, you can arbitrarily mix source code files
and object files in the source list: