From a4a50dadbc8ccf51b791f82876e01cef1ed33e41 Mon Sep 17 00:00:00 2001 From: "Justin R. Cutler" Date: Sun, 3 Apr 2016 20:57:25 -0400 Subject: [PATCH] Copy/paste comment fix --- threadless/default_allocator.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/threadless/default_allocator.h b/threadless/default_allocator.h index 00b8211..ab5db5d 100644 --- a/threadless/default_allocator.h +++ b/threadless/default_allocator.h @@ -4,7 +4,7 @@ * full license information. */ /** @file - * allocator interface definition + * default allocator interface definition * @author Justin R. Cutler */ #ifndef THREADLESS_DEFAULT_ALLOCATOR_H