mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-12-02 17:12:15 +00:00
fix typo (#902)
This commit is contained in:
parent
20e09bb76d
commit
768fa225db
1 changed files with 1 additions and 1 deletions
|
@ -415,7 +415,7 @@ fluid_utime(void)
|
|||
|
||||
#if GLIB_MAJOR_VERSION == 2 && GLIB_MINOR_VERSION >= 28
|
||||
/* use high precision monotonic clock if available (g_monotonic_time().
|
||||
* For Winfdows, if this clock is actually implemented as low prec. clock
|
||||
* For Windows, if this clock is actually implemented as low prec. clock
|
||||
* (i.e. in case glib is too old), high precision performance counter are
|
||||
* used instead.
|
||||
* see: https://bugzilla.gnome.org/show_bug.cgi?id=783340
|
||||
|
|
Loading…
Reference in a new issue