Kaynağa Gözat

typo

git-svn-id: https://svn.inf.ethz.ch/svn/lecturers/a2/trunk@8128 8c9fc860-2736-0410-a75d-ab315db34111
eth.metacore 7 yıl önce
ebeveyn
işleme
0bc861b828
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      source/Files64.Mod

+ 1 - 1
source/Files64.Mod

@@ -262,7 +262,7 @@ TYPE
 			key*: LONGINT;	(* unique id for registered file, never 0 *)
 			fs*: FileSystem;	(* file system containing file *)
 
-		(** ddPosition a Rider at a certain position in a file. Multiple Riders can be positioned at different locations in a file. A Rider cannot be positioned beyond the end of a file. *)
+		(** Position a Rider at a certain position in a file. Multiple Riders can be positioned at different locations in a file. A Rider cannot be positioned beyond the end of a file. *)
 
 		PROCEDURE Set*(VAR r: Rider; pos: Streams.Position);
 		BEGIN HALT(301) END Set;	(* abstract *)