Author: loos Date: Mon Aug 24 23:40:36 2015 New Revision: 287120 URL: https://svnweb.freebsd.org/changeset/base/287120
Log: Fix the spelling of eri's name. Pointy hat to: loos MFC with: r287009 Modified: head/sys/net/altq/altq_codel.c head/sys/net/altq/altq_codel.h Modified: head/sys/net/altq/altq_codel.c ============================================================================== --- head/sys/net/altq/altq_codel.c Mon Aug 24 21:41:05 2015 (r287119) +++ head/sys/net/altq/altq_codel.c Mon Aug 24 23:40:36 2015 (r287120) @@ -1,7 +1,7 @@ /* * CoDel - The Controlled-Delay Active Queue Management algorithm * - * Copyright (C) 2013 Ermal Luci <[email protected]> + * Copyright (C) 2013 Ermal Luçi <[email protected]> * Copyright (C) 2011-2012 Kathleen Nichols <[email protected]> * Copyright (C) 2011-2012 Van Jacobson <[email protected]> * Copyright (C) 2012 Michael D. Taht <[email protected]> Modified: head/sys/net/altq/altq_codel.h ============================================================================== --- head/sys/net/altq/altq_codel.h Mon Aug 24 21:41:05 2015 (r287119) +++ head/sys/net/altq/altq_codel.h Mon Aug 24 23:40:36 2015 (r287120) @@ -1,7 +1,7 @@ /* * CoDel - The Controlled-Delay Active Queue Management algorithm * - * Copyright (C) 2013 Ermal Luci <[email protected]> + * Copyright (C) 2013 Ermal Luçi <[email protected]> * Copyright (C) 2011-2012 Kathleen Nichols <[email protected]> * Copyright (C) 2011-2012 Van Jacobson <[email protected]> * Copyright (C) 2012 Michael D. Taht <[email protected]> _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "[email protected]"
