diff options
author | Peter Crosthwaite <peter.crosthwaite@xilinx.com> | 2014-05-07 02:17:31 -0700 |
---|---|---|
committer | Michael Tokarev <mjt@tls.msk.ru> | 2014-05-26 10:41:22 +0400 |
commit | 116d55460186d8568428072a5bbc355fb0129fce (patch) | |
tree | a65b2882cc313b4125a8b6a80510a8375c6afad8 /hw/net/cadence_gem.c | |
parent | 1fba509527beb74bdcf50bc07ad3cd8244ad9c61 (diff) | |
download | qemu-116d55460186d8568428072a5bbc355fb0129fce.zip |
net: cadence_gem: Fix top comment
To indicate Cadence GEM not Xilinx.
Signed-off-by: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'hw/net/cadence_gem.c')
-rw-r--r-- | hw/net/cadence_gem.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/net/cadence_gem.c b/hw/net/cadence_gem.c index 47e70381fe..a26861e2ae 100644 --- a/hw/net/cadence_gem.c +++ b/hw/net/cadence_gem.c @@ -1,5 +1,5 @@ /* - * QEMU Xilinx GEM emulation + * QEMU Cadence GEM emulation * * Copyright (c) 2011 Xilinx, Inc. * |