lib/rscons/builders/object.rb in rscons-1.1.0 vs lib/rscons/builders/object.rb in rscons-1.2.0
- old
+ new
@@ -1,7 +1,7 @@
module Rscons
module Builders
- # A default RScons builder which knows how to produce an object file from
+ # A default Rscons builder which knows how to produce an object file from
# various types of source files.
class Object < Builder
KNOWN_SUFFIXES = {
"AS" => "ASSUFFIX",
"CC" => "CSUFFIX",