summaryrefslogtreecommitdiff
path: root/nuttx/graphics/nxsu/nxsu_constructwindow.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/graphics/nxsu/nxsu_constructwindow.c')
-rw-r--r--nuttx/graphics/nxsu/nxsu_constructwindow.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/nuttx/graphics/nxsu/nxsu_constructwindow.c b/nuttx/graphics/nxsu/nxsu_constructwindow.c
index 8ad803005..f812b3f83 100644
--- a/nuttx/graphics/nxsu/nxsu_constructwindow.c
+++ b/nuttx/graphics/nxsu/nxsu_constructwindow.c
@@ -1,8 +1,8 @@
/****************************************************************************
* graphics/nxsu/nx_openwindow.c
*
- * Copyright (C) 2008-2009 Gregory Nutt. All rights reserved.
- * Author: Gregory Nutt <spudmonkey@racsa.co.cr>
+ * Copyright (C) 2008-2009, 2012 Gregory Nutt. All rights reserved.
+ * Author: Gregory Nutt <gnutt@nuttx.org>
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -125,7 +125,7 @@ int nxfe_constructwindow(NXHANDLE handle, FAR struct nxbe_window_s *wnd,
wnd->cb = cb;
wnd->arg = arg;
- /* Insert the new window at the top on the display. topwind is
+ /* Insert the new window at the top on the display. topwnd is
* never NULL (it may point only at the background window, however)
*/