From 313abf108de58c588e0c7af46e3d3cf4dcba5ea0 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Mon, 19 Jan 2009 11:23:43 -0800 Subject: [PATCH] Fix typo in comment. --- lib/leak-checker.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/leak-checker.h b/lib/leak-checker.h index fb16d34d..c0317a76 100644 --- a/lib/leak-checker.h +++ b/lib/leak-checker.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2008 The Board of Trustees of The Leland Stanford +/* Copyright (c) 2008, 2009 The Board of Trustees of The Leland Stanford * Junior University * * We are making the OpenFlow specification and associated documentation @@ -55,4 +55,4 @@ void leak_checker_stop(void); void leak_checker_claim(const void *); void leak_checker_usage(void); -#endif /* dynamic-string.h */ +#endif /* leak-checker.h */ -- 2.30.2