From 32ae19fabb24cf33abe505f10f54facc4533c3bb Mon Sep 17 00:00:00 2001 From: lqx <lqx@lqx-desktop.(none)> Date: Thu, 20 Nov 2014 17:52:01 +0800 Subject: [PATCH] fix a small comment typo --- .../java/net/floodlightcontroller/routing/ForwardingBase.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/net/floodlightcontroller/routing/ForwardingBase.java b/src/main/java/net/floodlightcontroller/routing/ForwardingBase.java index 2ef42197b..6fd8067f1 100644 --- a/src/main/java/net/floodlightcontroller/routing/ForwardingBase.java +++ b/src/main/java/net/floodlightcontroller/routing/ForwardingBase.java @@ -190,7 +190,7 @@ public abstract class ForwardingBase * written to the switch * @param flowModCommand flow mod. command to use, e.g. OFFlowMod.OFPFC_ADD, * OFFlowMod.OFPFC_MODIFY etc. - * @return srcSwitchIincluded True if the source switch is included in this route + * @return srcSwitchIncluded True if the source switch is included in this route */ @LogMessageDocs({ @LogMessageDoc(level="WARN", -- GitLab