diff --git a/doomsday/libdeng2/include/de/game/savedsession.h b/doomsday/libdeng2/include/de/game/savedsession.h index 0db7983b31..c6b2c2742a 100644 --- a/doomsday/libdeng2/include/de/game/savedsession.h +++ b/doomsday/libdeng2/include/de/game/savedsession.h @@ -102,10 +102,10 @@ class DENG2_PUBLIC SavedSession : public PackageFolder } /** - * Locates a state data file in this saved session or in one of its subfolders. Looks - * recursively through subfolders. + * Locates a state data file in this saved session, or in one of its subfolders. + * Looks recursively through subfolders. * - * @param path Path to look for. Relative to this folder. + * @param path Path to look for. Relative to the root. * * @return The located file, or @c NULL if the path was not found. */