summaryrefslogtreecommitdiff
path: root/nuttx/drivers/pipes/pipe_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/drivers/pipes/pipe_common.h')
-rw-r--r--nuttx/drivers/pipes/pipe_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/drivers/pipes/pipe_common.h b/nuttx/drivers/pipes/pipe_common.h
index 8318b16f2..2f1b11940 100644
--- a/nuttx/drivers/pipes/pipe_common.h
+++ b/nuttx/drivers/pipes/pipe_common.h
@@ -135,7 +135,7 @@ extern "C" {
#endif
struct file; /* Forward reference */
-struct inode; /* Forware reference */
+struct inode; /* Forward reference */
FAR struct pipe_dev_s *pipecommon_allocdev(void);
void pipecommon_freedev(FAR struct pipe_dev_s *dev);