Fix some reversed comments introduced with the last change.

This commit is contained in:
Gregory Nutt 2016-08-31 13:32:03 -06:00
parent e958c32e4d
commit 71b46fe6c1
1 changed files with 2 additions and 2 deletions

View File

@ -1133,11 +1133,11 @@ include/
| |-analog/
| | `-- <i>(Analog driver header files)</i>
| |-audio/
| | `-- <i>(Contactless driver header files)</i>
| | `-- <i>(Audio driver header files)</i>
| |-binfmt/
| | `-- <i>(Binary format header files)</i>
| |-contactless/
| | `-- <i>(Audio driver header files)</i>
| | `-- <i>(Contactless driver header files)</i>
| |-crypto/
| | `-- <i>(Cryptographic support header files)</i>
| |-drivers/