summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-12-13 12:00:19 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-12-13 12:00:19 -0600
commit9dddaadfe4bd8417ec8b2648f7e4c4892b754f76 (patch)
tree33d50826b882974e409c0fb76dbca87c25cbcffc /apps
parentba3f295c6b5ace16fc4ddefbfe1423d944399f5b (diff)
downloadnuttx-9dddaadfe4bd8417ec8b2648f7e4c4892b754f76.tar.gz
nuttx-9dddaadfe4bd8417ec8b2648f7e4c4892b754f76.tar.bz2
nuttx-9dddaadfe4bd8417ec8b2648f7e4c4892b754f76.zip
Cosmetic fix to a comment
Diffstat (limited to 'apps')
-rw-r--r--apps/system/cu/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/system/cu/Makefile b/apps/system/cu/Makefile
index 35ba6ad12..68024a0e9 100644
--- a/apps/system/cu/Makefile
+++ b/apps/system/cu/Makefile
@@ -1,5 +1,5 @@
############################################################################
-# apps/sysem/cu/Makefile
+# apps/system/cu/Makefile
#
# Copyright (C) 2014 Gregory Nutt. All rights reserved.
# Author: Gregory Nutt <gnutt@nuttx.org>