chiark / gitweb /
typo in error message
[disorder] / lib / table.c
index 7295532c8930269f756138ce288386124cbfb5ef..a646d92f3d7a6b2be3aa1e4aec211c3017c79b70 100644 (file)
@@ -15,7 +15,9 @@
  * You should have received a copy of the GNU General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
-
+/** @file lib/table.c
+ * @brief Generic binary search
+ */
 #include "common.h"
 
 #include "table.h"