diff options
author | Steve Reinhardt <stever@eecs.umich.edu> | 2007-05-28 08:04:33 -0700 |
---|---|---|
committer | Steve Reinhardt <stever@eecs.umich.edu> | 2007-05-28 08:04:33 -0700 |
commit | 04ac944920f6ab7d74de1b4d8be8f4ae0accff4f (patch) | |
tree | 1e080a8fac994f9d5483a1f0ba675d51b0e82b5a /src/mem/packet.cc | |
parent | 07bda077f27c10e227373914a7515e43c6f0a578 (diff) | |
download | gem5-04ac944920f6ab7d74de1b4d8be8f4ae0accff4f.tar.xz |
Reformat comments to meet line length restriction.
--HG--
extra : convert_revision : 24c00ec4904d9fb4d6e39521e0ff8b8f60d60f6a
Diffstat (limited to 'src/mem/packet.cc')
-rw-r--r-- | src/mem/packet.cc | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/src/mem/packet.cc b/src/mem/packet.cc index 2463a19ba..f70c0cec3 100644 --- a/src/mem/packet.cc +++ b/src/mem/packet.cc @@ -192,11 +192,12 @@ fixPacket(PacketPtr func, PacketPtr timing) func->flags |= SATISFIED; return false; } else { - // In this case the timing packet only partially satisfies the - // requset, so we would need more information to make this work. - // Like bytes valid in the packet or something, so the request could - // continue and get this bit of possibly newer data along with the - // older data not written to yet. + // In this case the timing packet only partially satisfies + // the request, so we would need more information to make + // this work. Like bytes valid in the packet or + // something, so the request could continue and get this + // bit of possibly newer data along with the older data + // not written to yet. panic("Timing packet only partially satisfies the functional" "request. Now what?"); } |