- Fix small typo.
Is it intentional that Horizontal Frequency is reported as being KHz while Vertical Frequency is reported as being Hz? git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32104 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -1116,7 +1116,7 @@ ScreenWindow::_UpdateMonitor()
|
||||
&& info.min_vertical_frequency != 0
|
||||
&& info.max_pixel_clock != 0) {
|
||||
snprintf(text, sizeof(text), "Horizonal Frequency:\t%lu - %lu kHz\n"
|
||||
"VerticalFrequency:\t%lu - %lu Hz\n\n"
|
||||
"Vertical Frequency:\t%lu - %lu Hz\n\n"
|
||||
"Maximum Pixel Clock:\t%g MHz", info.min_horizontal_frequency,
|
||||
info.max_horizontal_frequency, info.min_vertical_frequency,
|
||||
info.max_vertical_frequency, info.max_pixel_clock / 1000.0);
|
||||
|
||||
Reference in New Issue
Block a user