summaryrefslogtreecommitdiffstats
path: root/arch/nios2
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2012-10-04 15:34:25 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2012-10-04 15:34:25 +0200
commit7cb6f34fcd66a478137028cb97ef700afc369db7 (patch)
tree2da26181d98649d3d39308a164a9526b15c5aa56 /arch/nios2
parent06eebb1619f00c249f5ad37ba8504a4ae7c2ef8d (diff)
downloadbarebox-7cb6f34fcd66a478137028cb97ef700afc369db7.tar.gz
barebox-7cb6f34fcd66a478137028cb97ef700afc369db7.tar.xz
nios2: Fix stray comment start in longlong.h
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/nios2')
-rw-r--r--arch/nios2/lib/longlong.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/nios2/lib/longlong.h b/arch/nios2/lib/longlong.h
index 4ab928efad..12716828ad 100644
--- a/arch/nios2/lib/longlong.h
+++ b/arch/nios2/lib/longlong.h
@@ -11,7 +11,7 @@
* useful, but WITHOUT ANY WARRANTY; without even the implied
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* See the GNU General Public License for more details.
-
+ */
/* You have to define the following before including this file:
UWtype -- An unsigned type, default type for operations (typically a "word")