Ticket #7509: fix_comment_typo.patch

File fix_comment_typo.patch, 642 bytes (added by oss.2012.team+B4@…, 10 years ago)
  • boost/random/subtract_with_carry.hpp

     
    354354                                               boost::uint32_t, value)
    355355    { init_modulus(); seed(value); }
    356356    /**
    357      * Creates a new \subtract_with_carry_01_engine and seeds with with values
     357     * Creates a new \subtract_with_carry_01_engine and seeds with values
    358358     * produced by seq.generate().
    359359     */
    360360    BOOST_RANDOM_DETAIL_SEED_SEQ_CONSTRUCTOR(subtract_with_carry_01_engine,