From 293b3c80d21665cfe82db7ccb3103fca51711888 Mon Sep 17 00:00:00 2001 From: Norman Feske Date: Mon, 23 Apr 2012 16:54:49 +0200 Subject: [PATCH] Fix exception type name in comment --- os/include/os/attached_rom_dataspace.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/os/include/os/attached_rom_dataspace.h b/os/include/os/attached_rom_dataspace.h index 4b50dadb21..36d3ff5256 100644 --- a/os/include/os/attached_rom_dataspace.h +++ b/os/include/os/attached_rom_dataspace.h @@ -34,7 +34,7 @@ namespace Genode { /** * Constructor * - * \throw Rom_connection::Rom_session_failed + * \throw Rom_connection::Rom_connection_failed * \throw Rm_session::Attach_failed */ Attached_rom_dataspace(char const *name)