From: Ben Pfaff Date: Mon, 19 Jan 2009 19:23:43 +0000 (-0800) Subject: Fix typo in comment. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=313abf108de58c588e0c7af46e3d3cf4dcba5ea0;p=openvswitch Fix typo in comment. --- 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 */