X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1f1d2182ffe4feb82a1e674266f47d172ed3cb3c..6f292345cf75414eec31e16008664c349772cb9f:/interface/file.h diff --git a/interface/file.h b/interface/file.h index 7ece7ce26e..cb74e2dfa8 100644 --- a/interface/file.h +++ b/interface/file.h @@ -281,7 +281,7 @@ public: @param mode One of wxFromStart, wxFromEnd, wxFromCurrent. - @returns The actual offset position achieved, or wxInvalidOffset on + @return The actual offset position achieved, or wxInvalidOffset on failure. */ wxFileOffset Seek(wxFileOffset ofs, @@ -295,7 +295,7 @@ public: @param ofs Number of bytes before the end of the file. - @returns The actual offset position achieved, or wxInvalidOffset on + @return The actual offset position achieved, or wxInvalidOffset on failure. */ wxFileOffset SeekEnd(wxFileOffset ofs = 0);