summaryrefslogtreecommitdiff
path: root/i386
diff options
context:
space:
mode:
authorMarin Ramesa <mpr@hi.t-com.hr>2014-01-01 14:46:01 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2014-01-01 14:46:01 +0100
commitd23ad061809074f89206b95dd132820c306c9a3e (patch)
tree82b447de8dbe7005c383884f1d925e4d960768b7 /i386
parentffe08a02b56760dc174e7f5fab5e57dc513f5e17 (diff)
Add comment after endif
* i386/i386/io_perm.h (_I386_IO_PERM_H_): Add comment after endif.
Diffstat (limited to 'i386')
-rw-r--r--i386/i386/io_perm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/i386/i386/io_perm.h b/i386/i386/io_perm.h
index a68e1038..a7f1f6fe 100644
--- a/i386/i386/io_perm.h
+++ b/i386/i386/io_perm.h
@@ -62,4 +62,4 @@ extern ipc_port_t convert_io_perm_to_port (io_perm_t);
extern void io_perm_deallocate (io_perm_t);
#endif
-#endif
+#endif /* _I386_IO_PERM_H_ */