mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-05 19:35:52 +03:00
Fix all the remaining misspellings -- BZ 25337
This commit is contained in:
@@ -276,7 +276,7 @@ def plotRecursive(json_iter, routine, ifuncs, bench_variant, title, outpath,
|
||||
domain = np.unique(np.array(domain))
|
||||
averages = []
|
||||
|
||||
# Compute geometric mean if there are multple timings for each
|
||||
# Compute geometric mean if there are multiple timings for each
|
||||
# parameter value.
|
||||
for parameter in domain:
|
||||
averages.append(gmean(timings[parameter]))
|
||||
|
Reference in New Issue
Block a user