diff options
author | Neil <nyamatongwe@gmail.com> | 2014-05-03 12:39:20 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2014-05-03 12:39:20 +1000 |
commit | c49e3a21e7ea2de856754fe44ef83028977c0a84 (patch) | |
tree | 53c85cf1561e1066b13113db5e7a2fec3dff3264 /include/Platform.h | |
parent | 66bcc90314984f17644952cbe2b2be23c72ac0eb (diff) | |
download | scintilla-mirror-c49e3a21e7ea2de856754fe44ef83028977c0a84.tar.gz |
Fix comments that have not been correct since conversion to XYPOSITION.
Diffstat (limited to 'include/Platform.h')
-rw-r--r-- | include/Platform.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/Platform.h b/include/Platform.h index f3a3362f8..e28fa2976 100644 --- a/include/Platform.h +++ b/include/Platform.h @@ -94,7 +94,7 @@ typedef void *IdlerID; /** * A geometric point class. - * Point is exactly the same as the Win32 POINT and GTK+ GdkPoint so can be used interchangeably. + * Point is similar to the Win32 POINT and GTK+ GdkPoint types. */ class Point { public: @@ -111,7 +111,7 @@ public: /** * A geometric rectangle class. - * PRectangle is exactly the same as the Win32 RECT so can be used interchangeably. + * PRectangle is similar to the Win32 RECT. * PRectangles contain their top and left sides, but not their right and bottom sides. */ class PRectangle { |