From c614d0a44379d2c3e422f6b79ef8fa8d57472a38 Mon Sep 17 00:00:00 2001 From: Luiz Otavio O Souza Date: Mon, 24 Aug 2015 23:40:36 +0000 Subject: [PATCH] Fix the spelling of eri's name. Pointy hat to: loos MFC with: r287009 --- sys/net/altq/altq_codel.c | 2 +- sys/net/altq/altq_codel.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/net/altq/altq_codel.c b/sys/net/altq/altq_codel.c index 3a9851f153b..cc8babca3c0 100644 --- a/sys/net/altq/altq_codel.c +++ b/sys/net/altq/altq_codel.c @@ -1,7 +1,7 @@ /* * CoDel - The Controlled-Delay Active Queue Management algorithm * - * Copyright (C) 2013 Ermal Luci + * Copyright (C) 2013 Ermal Luçi * Copyright (C) 2011-2012 Kathleen Nichols * Copyright (C) 2011-2012 Van Jacobson * Copyright (C) 2012 Michael D. Taht diff --git a/sys/net/altq/altq_codel.h b/sys/net/altq/altq_codel.h index c23168c437d..8d7178b4dc7 100644 --- a/sys/net/altq/altq_codel.h +++ b/sys/net/altq/altq_codel.h @@ -1,7 +1,7 @@ /* * CoDel - The Controlled-Delay Active Queue Management algorithm * - * Copyright (C) 2013 Ermal Luci + * Copyright (C) 2013 Ermal Luçi * Copyright (C) 2011-2012 Kathleen Nichols * Copyright (C) 2011-2012 Van Jacobson * Copyright (C) 2012 Michael D. Taht