summaryrefslogtreecommitdiffstats
path: root/include/os.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2015-03-25 12:21:50 -0600
committerSimon Glass <sjg@chromium.org>2015-04-18 11:11:18 -0600
commit887bd4164d7059df214a7683920ee853b8d34809 (patch)
tree6889f097f6d92db943dd0483f020176ae45e81e7 /include/os.h
parent72538f4c3ec6a48a32e9798684cd238310e682f2 (diff)
downloadblackbird-obmc-uboot-887bd4164d7059df214a7683920ee853b8d34809.tar.gz
blackbird-obmc-uboot-887bd4164d7059df214a7683920ee853b8d34809.zip
sandbox: Fix comment for os_open()
This has the wrong #define in the function comment. Fix it. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Marek Vasut <marex@denx.de>
Diffstat (limited to 'include/os.h')
-rw-r--r--include/os.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/os.h b/include/os.h
index e3645e0116..a758f099aa 100644
--- a/include/os.h
+++ b/include/os.h
@@ -64,7 +64,7 @@ off_t os_lseek(int fd, off_t offset, int whence);
* Access to the OS open() system call
*
* \param pathname Pathname of file to open
- * \param flags Flags, like O_RDONLY, O_RDWR
+ * \param flags Flags, like OS_O_RDONLY, OS_O_RDWR
* \return file descriptor, or -1 on error
*/
int os_open(const char *pathname, int flags);
OpenPOWER on IntegriCloud