summaryrefslogtreecommitdiffstats
path: root/fs
diff options
context:
space:
mode:
Diffstat (limited to 'fs')
-rw-r--r--fs/cramfs/cramfs.c2
-rw-r--r--fs/devfs.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/fs/cramfs/cramfs.c b/fs/cramfs/cramfs.c
index e8180fafd2..d49ac32d36 100644
--- a/fs/cramfs/cramfs.c
+++ b/fs/cramfs/cramfs.c
@@ -7,7 +7,7 @@
*
* Copyright (C) 2003 Kai-Uwe Bloem,
* Auerswald GmbH & Co KG, <linux-development@auerswald.de>
- * - adapted from the www.tuxbox.org u-boot tree, added "ls" command
+ * - adapted from the www.tuxbox.org barebox tree, added "ls" command
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License (Version 2) as
diff --git a/fs/devfs.c b/fs/devfs.c
index 943ffb88ef..7478ef9f76 100644
--- a/fs/devfs.c
+++ b/fs/devfs.c
@@ -1,5 +1,5 @@
/*
- * devfs.c - a device file system for U-Boot
+ * devfs.c - a device file system for barebox
*
* Copyright (c) 2007 Sascha Hauer <s.hauer@pengutronix.de>, Pengutronix
*