summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSteve Reinhardt <steve.reinhardt@amd.com>2010-08-25 14:08:27 -0700
committerSteve Reinhardt <steve.reinhardt@amd.com>2010-08-25 14:08:27 -0700
commit62c06c1403ffa5beb5ca7cca3b77c6e4045adf77 (patch)
tree456f0ff5a230592fa21a06e53b82200bce0fd01f /src
parentd4318457d15f7b98cfbc3ad56bc3129dddb81b86 (diff)
downloadgem5-62c06c1403ffa5beb5ca7cca3b77c6e4045adf77.tar.xz
mem: fix dumb typo in copyrights
Diffstat (limited to 'src')
-rw-r--r--src/mem/cache/mshr.cc2
-rw-r--r--src/mem/packet.cc2
-rw-r--r--src/mem/packet.hh2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/mem/cache/mshr.cc b/src/mem/cache/mshr.cc
index 6333191a4..42cbcd372 100644
--- a/src/mem/cache/mshr.cc
+++ b/src/mem/cache/mshr.cc
@@ -1,6 +1,6 @@
/*
* Copyright (c) 2002-2005 The Regents of The University of Michigan
- * Copyright (c) 2010 Advancec Micro Devices, Inc.
+ * Copyright (c) 2010 Advanced Micro Devices, Inc.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/src/mem/packet.cc b/src/mem/packet.cc
index c54a52438..001725e66 100644
--- a/src/mem/packet.cc
+++ b/src/mem/packet.cc
@@ -1,6 +1,6 @@
/*
* Copyright (c) 2006 The Regents of The University of Michigan
- * Copyright (c) 2010 Advancec Micro Devices, Inc.
+ * Copyright (c) 2010 Advanced Micro Devices, Inc.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/src/mem/packet.hh b/src/mem/packet.hh
index 390d9672f..cc2a39d0e 100644
--- a/src/mem/packet.hh
+++ b/src/mem/packet.hh
@@ -1,6 +1,6 @@
/*
* Copyright (c) 2006 The Regents of The University of Michigan
- * Copyright (c) 2010 Advancec Micro Devices, Inc.
+ * Copyright (c) 2010 Advanced Micro Devices, Inc.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without