summaryrefslogtreecommitdiff
path: root/apps/system/vi/Makefile
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-02-01 16:30:38 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-02-01 16:30:38 -0600
commit311157a36a1d3a2f4018f336a83d749bb2c2469e (patch)
treea6874bb035d9bb6d337fff1bb5be98614592a205 /apps/system/vi/Makefile
parentbe0594847952421fec3d413785d51785f5a8dce7 (diff)
downloadnuttx-311157a36a1d3a2f4018f336a83d749bb2c2469e.tar.gz
nuttx-311157a36a1d3a2f4018f336a83d749bb2c2469e.tar.bz2
nuttx-311157a36a1d3a2f4018f336a83d749bb2c2469e.zip
VI: cosmetic updates to comments
Diffstat (limited to 'apps/system/vi/Makefile')
-rw-r--r--apps/system/vi/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/system/vi/Makefile b/apps/system/vi/Makefile
index bbf275bb5..8ece2628e 100644
--- a/apps/system/vi/Makefile
+++ b/apps/system/vi/Makefile
@@ -41,8 +41,7 @@ ifeq ($(WINTOOL),y)
INCDIROPT = -w
endif
-# Hello Application
-# TODO: appname can be automatically extracted from the directory name
+# VI-Workalike Editor
CONFIG_SYSTEM_VI_STACKSIZE ?= 2048
CONFIG_SYSTEM_VI_PRIORITY ?= 100