Correct a typo: numtiple -> multiple.

PR:		31474
Submitted by:	Eric Yu <ericyu@mail2000.com.tw>
MFC after:	1 week
This commit is contained in:
Peter Pentchev 2001-10-24 12:51:23 +00:00
parent 16a33022e7
commit f6c0e0ef6f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=85408

View File

@ -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.