Changeset 6cf934 in git for kernel/maps/fast_maps.h


Ignore:
Timestamp:
Nov 14, 2022, 11:41:51 AM (17 months ago)
Author:
Frédéric Chapoton <chapoton@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
c57af60be7b45c4f30db8913b7cde4eb782e6121
Parents:
c858487b7689b030112512a2e1be0f968d4f7c22
Message:
more typos fixed in kernel
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/maps/fast_maps.h

    rc858487 r6cf934  
    7575// inserts ("adds") monomial what into poly into
    7676// returns the maMonomial which was inserted, or, if an equal one was found,
    77 // the monomial which "swalloed" the monomial
     77// the monomial which "swallowed" the monomial
    7878// It furthermore might reset into
    7979mapoly maPoly_InsertMonomial(mapoly &into, mapoly what, ring src_r);
     
    9696                       ring &src_r, ring &dest_r, BOOLEAN &no_sort);
    9797
    98 // collects tthe results into an ideal and destroys maideal
     98// collects the results into an ideal and destroys maideal
    9999ideal maIdeal_2_Ideal(maideal ideal, ring dest_r);
    100100
Note: See TracChangeset for help on using the changeset viewer.