Fixed typo in description of conversion factors.
[alexxy/gromacs.git] / include / oenv.h
index b2620950ae70f33c673726601c016b4856515773..23cceaec437609979d97c101ad4f18df9437822b 100644 (file)
@@ -122,7 +122,7 @@ real output_env_get_time_factor(const output_env_t oenv);
 
 GMX_LIBGMX_EXPORT
 real output_env_get_time_invfactor(const output_env_t oenv);
-/* return inverse time conversion factor from ps (i.e. 1e3 for ps->ns) */
+/* return inverse time conversion factor to ps (i.e. 1e3 for ns->ps) */
 
 GMX_LIBGMX_EXPORT
 real output_env_conv_time(const output_env_t oenv, real time);