]> git.lizzy.rs Git - rust.git/blobdiff - src/test/debuginfo/type-names.rs
Various minor/cosmetic improvements to code
[rust.git] / src / test / debuginfo / type-names.rs
index 3ec8b048b12bfe5892609543d8305b265db40439..8b4b10ad23c9052009895116cf7238bc0905e798 100644 (file)
@@ -280,7 +280,7 @@ fn generic_function<T>(x: T) -> T { x }
 }
 
 // In many of the cases below, the type that is actually under test is wrapped
-// in a tuple, e.g. Box<T>, references, raw pointers, fixed-size vectors, ...
+// in a tuple, e.g., Box<T>, references, raw pointers, fixed-size vectors, ...
 // This is because GDB will not print the type name from DWARF debuginfo for
 // some kinds of types (pointers, arrays, functions, ...)
 // Since tuples are structs as far as GDB is concerned, their name will be