mirror of
https://github.com/urbit/shrub.git
synced 2025-01-01 17:16:47 +03:00
corrects typos in libnoun commented-out code
This commit is contained in:
parent
beafc011cd
commit
ead1b2443e
@ -41,7 +41,7 @@
|
||||
void
|
||||
u3m_leap(c3_w pad_w);
|
||||
|
||||
/* u3m_golf(): record cap length for u3_flog().
|
||||
/* u3m_golf(): record cap length for u3m_flog().
|
||||
*/
|
||||
c3_w
|
||||
u3m_golf(void);
|
||||
@ -841,7 +841,7 @@ u3m_love(u3_noun pro)
|
||||
return pro;
|
||||
}
|
||||
|
||||
/* u3m_golf(): record cap_p length for u3_flog().
|
||||
/* u3m_golf(): record cap_p length for u3m_flog().
|
||||
*/
|
||||
c3_w
|
||||
u3m_golf(void)
|
||||
|
@ -401,7 +401,7 @@ _cv_mole(u3_noun fot,
|
||||
if ( (c3n == u3r_qual(uco, &p_uco, &q_uco, &r_uco, &s_uco)) ||
|
||||
(0 != p_uco) ||
|
||||
(0 != q_uco) ||
|
||||
(c3n == u3_sing(fot, r_uco)) )
|
||||
(c3n == u3r_sing(fot, r_uco)) )
|
||||
{
|
||||
u3l_log("strange mole %s\n", u3r_string(san)));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user