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 | c883320da5c7b1a4eca28e936b48e37f3afa9d74 (patch) | |
tree | c5f9cf06d007ef7171eca308ee1191a447505e51 /include/Platform.h | |
parent | 789944504ac424f1b863668a5079a8cc154b1bee (diff) | |
download | scintilla-mirror-c883320da5c7b1a4eca28e936b48e37f3afa9d74.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 { |