UnixOperatingSystem.st
changeset 20665 e9ecf9afbe0b
parent 20609 1b423e40ed09
child 20707 10b8fe574ce8
child 20727 fb8c5591428b
--- a/UnixOperatingSystem.st	Fri Oct 14 17:59:10 2016 +0200
+++ b/UnixOperatingSystem.st	Fri Oct 14 19:56:55 2016 +0200
@@ -5116,15 +5116,15 @@
 !
 
 getObjectFileInfoFor:aStringOrFilename
-    "Return and info object for given executable or shared object
+    "Return an info object for a given executable or shared object
      or throw an error if given file is not a valid an executable now
      shared object.
 
      The info object returned is OS-specific, however it responds to at
      least
-	#isFor32BitArchitecture
-	#isFor64BitArchitecture ... returns true, if the given object is for
-				     32bit, 64bit architecture respectively
+        #isFor32BitArchitecture
+        #isFor64BitArchitecture ... returns true, if the given object is for
+                                     32bit, 64bit architecture respectively
     "
     ^ ELFFileHeader fromFile: aStringOrFilename