From: Andre Noll Date: Sun, 25 Nov 2007 22:19:53 +0000 (+0100) Subject: afs.h: Fix typo in comment. X-Git-Tag: v0.3.0~78 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=2bc092485c67b68d81cc29643d3e8a764d1a26a0 afs.h: Fix typo in comment. --- diff --git a/afs.h b/afs.h index 888003aa..4c171a8e 100644 --- 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, \