mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-11 09:50:12 +00:00
Correct a typo: numtiple -> multiple.
PR: 31474 Submitted by: Eric Yu <ericyu@mail2000.com.tw> MFC after: 1 week
This commit is contained in:
parent
16a33022e7
commit
f6c0e0ef6f
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=85408
@ -157,7 +157,7 @@ main(argc, argv)
|
||||
* processing.
|
||||
*
|
||||
* 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.
|
||||
*
|
||||
* Factors are printed with leading tabs.
|
||||
|
Loading…
Reference in New Issue
Block a user