Fix spelling in comments in C source files (gold)
[deliverable/binutils-gdb.git] / gold / layout.h
index c369fefa395ea104485d96e40ce91593a4554387..2263f0e2215398e9df32b22d6f57020b33d2dda1 100644 (file)
@@ -539,7 +539,7 @@ class Layout
   // and ALIGN are the extra flags and alignment of the segment.
   struct Unique_segment_info
   {
-    // Identifier for the segment.  ELF segments dont have names.  This
+    // Identifier for the segment.  ELF segments don't have names.  This
     // is used as the name of the output section mapped to the segment.
     const char* name;
     // Additional segment flags.
@@ -1037,9 +1037,9 @@ class Layout
   void
   create_gold_note();
 
-  // Record whether the stack must be executable.
+  // Record whether the stack must be executable, and a user-supplied size.
   void
-  create_executable_stack_info();
+  create_stack_segment();
 
   // Create a build ID note if needed.
   void
This page took 0.024102 seconds and 4 git commands to generate.