Skip to content

Commit fde93c2

Browse files
committed
Minor change: correct comments
Signed-off-by: Changlei Li <[email protected]>
1 parent 9c78090 commit fde93c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ocaml/xapi/xapi_pif.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ let refresh_internal ~__context ~interface_tables ~self =
116116
info "PIF: device name changed from %s to %s" original_name name ;
117117
name
118118
| None -> (
119-
(* This clause should be unlike to happen, if enter this, check the if
119+
(* This clause should be unlikely to happen, if enter this, check the if
120120
we can get mac from networkd. If yes there may be a bug *)
121121
warn "PIF %s: no device found for position %d" original_name position ;
122122
try

0 commit comments

Comments
 (0)