diff options
author | Josh Soref <jsoref@users.noreply.github.com> | 2017-01-03 05:23:25 +0000 |
---|---|---|
committer | Josh Soref <jsoref@users.noreply.github.com> | 2017-01-03 05:23:25 +0000 |
commit | 45d0a28a6a63170cf194447dc68ea12459106d80 (patch) | |
tree | 9c229f679a0cd5d46079519b9a47d53ef576dcbd /xbmc-xrandr.c | |
parent | b953c42a1958f9ef19205a39eea6bb755d66de74 (diff) |
spelling: comments
Diffstat (limited to 'xbmc-xrandr.c')
-rw-r--r-- | xbmc-xrandr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xbmc-xrandr.c b/xbmc-xrandr.c index 50f04f37c3..14b35ad491 100644 --- a/xbmc-xrandr.c +++ b/xbmc-xrandr.c @@ -181,7 +181,7 @@ warning (const char *format, ...) va_end (ap); } -/* Because fmin requires C99 suppport */ +/* Because fmin requires C99 support */ static inline double dmin (double x, double y) { return x < y ? x : y; |