]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_mir/interpret/memory.rs
Various minor/cosmetic improvements to code
[rust.git] / src / librustc_mir / interpret / memory.rs
index 97d7e1586b811354abed733e7fc43497180e0395..e32abb92e21157e2fdcf02dfc06c73274870ce87 100644 (file)
@@ -55,7 +55,7 @@ fn may_leak(self) -> bool {
 }
 
 // `Memory` has to depend on the `Machine` because some of its operations
-// (e.g. `get`) call a `Machine` hook.
+// (e.g., `get`) call a `Machine` hook.
 pub struct Memory<'a, 'mir, 'tcx: 'a + 'mir, M: Machine<'a, 'mir, 'tcx>> {
     /// Allocations local to this instance of the miri engine.  The kind
     /// helps ensure that the same mechanism is used for allocation and