]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
afs.h: Fix typo in comment.
authorAndre Noll <maan@systemlinux.org>
Sun, 25 Nov 2007 22:19:53 +0000 (23:19 +0100)
committerAndre Noll <maan@systemlinux.org>
Sun, 25 Nov 2007 22:19:53 +0000 (23:19 +0100)
afs.h

diff --git a/afs.h b/afs.h
index 888003aa07fc141d073f076d03194b56b694a8e3..4c171a8e08f2d3c91c1055363c9a457d09d98b30 100644 (file)
--- a/afs.h
+++ b/afs.h
@@ -260,7 +260,7 @@ enum blob_table_columns {
        NUM_BLOB_COLUMNS
 };
 
-/** Define an osl table decription for a blob table. */
+/** Define an osl table description for a blob table. */
 #define DEFINE_BLOB_TABLE_DESC(table_name) \
        struct osl_table_description table_name ## _table_desc = { \
                .name = #table_name, \