Add describing intro comment to gdb.base/tui-layout.exp
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.base / tui-layout.exp
index 0e779c4a2d1b176ba2ac5e50844b44ab630019b4..8740ec1c10302d5a6db21de866c020ec4cbacd5d 100644 (file)
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
+# Test that the logic for displaying the TUI disassembly window
+# handles very long lines.
+
 standard_testfile
 
 set ccopts {debug quiet}
 if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "$binfile" \
          executable $ccopts] != "" } {
-    # Maybe the compiler can't handle arbitrarily long identfier names.
+    # Maybe the compiler can't handle arbitrarily long identifier names.
     # Try with a shorter version.
     lappend ccopts "additional_flags=-DSHORT_IDENTIFIERS"
     if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "$binfile" \
This page took 0.02638 seconds and 4 git commands to generate.