Bug 31474

Summary: misspelling in factor.c
Product: Base System Reporter: Eric Yu <ericyu>
Component: miscAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 4.4-RELEASE   
Hardware: Any   
OS: Any   

Description Eric Yu 2001-10-24 13:00:07 UTC
On /usr/src/games/factor/factor.c, line 160, multiple is misspelled as numtiple.

Fix: 

* Print the factors of the number, from the lowest to the highest.
- * A factor will be printed numtiple times if it divides the value
+ * A factor will be printed multiple times if it divides the value
 * multiple times.
How-To-Repeat: In the file.
Comment 1 Peter Pentchev freebsd_committer freebsd_triage 2001-10-24 13:51:53 UTC
State Changed
From-To: open->closed

Fixed in -current, to be MFC'd in one week.  Thanks!