X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;ds=sidebyside;f=libcfs%2Flibcfs%2Fwatchdog.c;h=423a4bd4b86b7cc52edb505c8c1dacfbf1e3d7ae;hb=bc5ee103b432d1d390e3b84ac7804e1f513ad6e4;hp=274c59b880440ef221d9c5b6adafe60a9aa19264;hpb=5508471cb0cc6a7fde28472973e5c881ae25e820;p=fs%2Flustre-release.git diff --git a/libcfs/libcfs/watchdog.c b/libcfs/libcfs/watchdog.c index 274c59b..423a4bd 100644 --- a/libcfs/libcfs/watchdog.c +++ b/libcfs/libcfs/watchdog.c @@ -83,7 +83,7 @@ static unsigned long lcw_flags = 0; /* * Number of outstanding watchdogs. * When it hits 1, we start the dispatcher. - * When it hits 0, we stop the distpatcher. + * When it hits 0, we stop the dispatcher. */ static __u32 lcw_refcount = 0; static CFS_DECLARE_MUTEX(lcw_refcount_sem);