summaryrefslogtreecommitdiff
path: root/apps/Makefile
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-08-11 19:27:48 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-08-11 19:27:48 -0600
commitdd6bca4b13853bacfce798d176a123e72f765437 (patch)
tree51f8899203353c533652d2785745c520c0390448 /apps/Makefile
parent78789700a2f4a7e6580b63e0ede824615f586456 (diff)
downloadnuttx-dd6bca4b13853bacfce798d176a123e72f765437.tar.gz
nuttx-dd6bca4b13853bacfce798d176a123e72f765437.tar.bz2
nuttx-dd6bca4b13853bacfce798d176a123e72f765437.zip
Add a Sudoku game
Diffstat (limited to 'apps/Makefile')
-rw-r--r--apps/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/Makefile b/apps/Makefile
index 17b14ce04..0a118e6b8 100644
--- a/apps/Makefile
+++ b/apps/Makefile
@@ -52,7 +52,7 @@ SUBDIRS = examples graphics interpreters modbus builtin nshlib netutils
SUBDIRS += platform system
# The list of configured directories is derived from NuttX configuration
-# file: The selected applications are enabled settings in the confuration
+# file: The selected applications are enabled settings in the configuration
# file. For example,
#
# CONFIG_EXAMPLES_HELLO=y