diff options
author | Reuben Thomas <rrt@sc3d.org> | 2006-04-25 01:42:33 +0000 |
---|---|---|
committer | Reuben Thomas <rrt@sc3d.org> | 2006-04-25 01:42:33 +0000 |
commit | 75961bd9a9195436834dfb1a5158486ec539a755 (patch) | |
tree | 11785fcbd428961d17724cd0f4eb526bf2a8f878 /lib | |
parent | a6f1e7a30665f5727babcdb14cfaaecb5df0211a (diff) | |
download | plptools-75961bd9a9195436834dfb1a5158486ec539a755.tar.gz plptools-75961bd9a9195436834dfb1a5158486ec539a755.tar.bz2 plptools-75961bd9a9195436834dfb1a5158486ec539a755.zip |
Correct some comment typos.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/rpcs.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -389,9 +389,9 @@ public: * * This function works with EPOC only. Using it with SIBO * machines, returns always an error code E_PSI_NOT_SIBO. - * It reads raw data from the scatch RAM of the Series 5. + * It reads raw data from the scratch RAM of the Series 5. * - * @param size The amount of data to me read. + * @param size The amount of data to be read. * @param data The content of the scratch RAM is returned here. * * @returns A psion error code. 0 = Ok. |