7 lines
377 B
Plaintext
7 lines
377 B
Plaintext
# Lines that should be excluded from codespell - trailing newline required!
|
|
| tessellation | tesselation | Historical exception
|
|
| heterogeneous | heterogenous | More common
|
|
| homogeneous | homogenous | More common
|
|
if (timebase_info.numer == 0) mach_timebase_info(&timebase_info);
|
|
return ((mach_absolute_time() * timebase_info.numer) / timebase_info.denom);
|