2011-03-04 Michael Snyder <msnyder@msnyder-server.eng.vmware.com>
[deliverable/binutils-gdb.git] / gold / fileread.h
index 6d0db78d3a3f531ed89bd3c55ab721be507223e2..a972af9ee753414d667dd2436efb3ab7763a9853 100644 (file)
@@ -249,7 +249,7 @@ class File_read
     {
       // Data owned by File object - nothing done in destructor.
       DATA_NOT_OWNED,
-      // Data alocated with new[] and owned by this object - should
+      // Data allocated with new[] and owned by this object - should
       // use delete[].
       DATA_ALLOCATED_ARRAY,
       // Data mmapped and owned by this object - should munmap.
This page took 0.02328 seconds and 4 git commands to generate.