summaryrefslogtreecommitdiffstats
path: root/drivers/net/macb.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/macb.c')
-rw-r--r--drivers/net/macb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/macb.c b/drivers/net/macb.c
index 693e64f278..1bb833ae69 100644
--- a/drivers/net/macb.c
+++ b/drivers/net/macb.c
@@ -18,7 +18,7 @@
#include <common.h>
/*
- * The u-boot networking stack is a little weird. It seems like the
+ * The barebox networking stack is a little weird. It seems like the
* networking core allocates receive buffers up front without any
* regard to the hardware that's supposed to actually receive those
* packets.