diff options
author | David Anderson <davea@sgi.com> | 2000-09-01 23:48:59 +0000 |
---|---|---|
committer | David Anderson <davea@sgi.com> | 2000-09-01 23:48:59 +0000 |
commit | 06fcb193274fa35b5cf6f7dc196e3e860ac387eb (patch) | |
tree | 57310cf7accf9a43363ad328f34b9e74b5577593 /gdb/dst.h | |
parent | 658d99ff5ac8c9bdaf73205bf46d2bda93550159 (diff) | |
download | gdb-06fcb193274fa35b5cf6f7dc196e3e860ac387eb.zip gdb-06fcb193274fa35b5cf6f7dc196e3e860ac387eb.tar.gz gdb-06fcb193274fa35b5cf6f7dc196e3e860ac387eb.tar.bz2 |
Fix typo in comment: h added, sort -> short.
Diffstat (limited to 'gdb/dst.h')
-rw-r--r-- | gdb/dst.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -541,7 +541,7 @@ typedef enum } dst_var_loc_t; -/* Locations come in two versions. The sort, and the long. The difference +/* Locations come in two versions. The short, and the long. The difference * between the short and the long is the addition of a statement number * field to the start andend of the range of the long, and and unkown * purpose field in the middle. Also, loc_type and loc_index aren't |