Explorar o código

typo

git-svn-id: https://svn.inf.ethz.ch/svn/lecturers/a2/trunk@8128 8c9fc860-2736-0410-a75d-ab315db34111
eth.metacore %!s(int64=7) %!d(string=hai) anos
pai
achega
0bc861b828
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 *)