You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by gn...@apache.org on 2020/01/19 03:44:16 UTC

[incubator-nuttx] branch master updated: include/nuttx/list.h: fix typos

This is an automated email from the ASF dual-hosted git repository.

gnutt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git


The following commit(s) were added to refs/heads/master by this push:
     new e7b3635  include/nuttx/list.h: fix typos
e7b3635 is described below

commit e7b3635a2a7bc4f0a6c398bf6cee460754910db2
Author: cuichaochao <cu...@gmail.com>
AuthorDate: Sun Jan 19 11:08:56 2020 +0800

    include/nuttx/list.h: fix typos
---
 include/nuttx/list.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/nuttx/list.h b/include/nuttx/list.h
index 182cb4f..3435964 100644
--- a/include/nuttx/list.h
+++ b/include/nuttx/list.h
@@ -78,7 +78,7 @@
     }\
   else\
     {\
-    _  _t = (type *)0;\
+      __t = (type *)0;\
     }\
 \
   __t;\