hrtimer/trivial: Fix comment text in hrtimer.c
authorDavid Daney <ddaney.cavm@gmail.com>
Wed, 13 Mar 2013 19:20:38 +0000 (12:20 -0700)
committerThomas Gleixner <tglx@linutronix.de>
Mon, 25 Mar 2013 09:46:59 +0000 (10:46 +0100)
The comments mention HRTIMER_ABS and HRTIMER_REL, these symbols don't
exist, the proper names are HRTIMER_MODE_ABS and HRTIMER_MODE_REL.

Signed-off-by: David Daney <david.daney@cavium.com>
Cc: Jiri Kosina <trivial@kernel.org>
Link: http://lkml.kernel.org/r/1363202438-21234-1-git-send-email-ddaney.cavm@gmail.com
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
kernel/hrtimer.c

Simple merge