Index: src/zoom_func.h
===================================================================
--- src/zoom_func.h (revision 27415)
+++ src/zoom_func.h (working copy)
@@ -67,7 +67,7 @@
/**
* Short-hand to apply GUI zoom level.
* @param value Pixel amount at #ZOOM_LVL_BEGIN (full zoom in).
- * @return value Pixel amount at #ZOOM_LVL_GUI.
+ * @return Pixel amount at #ZOOM_LVL_GUI (current interface size).
*/
static inline int UnScaleGUI(int value)
{
@@ -76,8 +76,8 @@
/**
* Scale traditional pixel dimensions to GUI zoom level.
- * @param value Pixel amount at 1x zoom level.
- * @return value Pixel amount at #ZOOM_LVL_GUI.
+ * @param value Pixel amount at #ZOOM_LVL_BASE (traditional "normal" interface size).
+ * @return Pixel amount at #ZOOM_LVL_GUI (current interface size).
*/
static inline int ScaleGUITrad(int value)
{