From 2bc092485c67b68d81cc29643d3e8a764d1a26a0 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Sun, 25 Nov 2007 23:19:53 +0100 Subject: [PATCH] afs.h: Fix typo in comment. --- afs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, \ -- 2.30.2