hw/xfree86: fix comment typo

Signed-off-by: Frank Binns <frank.binns@imgtec.com>
This commit is contained in:
Frank Binns 2017-05-11 14:00:19 +01:00 committed by Adam Jackson
parent 0848390d51
commit 3182570295
1 changed files with 1 additions and 1 deletions

View File

@ -916,7 +916,7 @@ xf86openConfigFile(const char *path, const char *cmdline, const char *projroot)
* information. If a command-line name is specified, then this function
* fails if it is not found.
*
* The return value is a pointer to the actual name of the direcoty that was
* The return value is a pointer to the actual name of the directory that was
* opened. When no directory is found, the return value is NULL. The caller
* should free() the returned value.
*